Added return NULL; for __WXCOCOA__
FIXME: The platform specific stuff is a real mess git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@21254 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -357,6 +357,9 @@ wxColour *wxColourDatabase::FindColour(const wxString& colour)
|
|||||||
#ifdef __WXMAC__
|
#ifdef __WXMAC__
|
||||||
return NULL;
|
return NULL;
|
||||||
#endif
|
#endif
|
||||||
|
#ifdef __WXCOCOA__
|
||||||
|
return NULL;
|
||||||
|
#endif
|
||||||
#ifdef __WXSTUBS__
|
#ifdef __WXSTUBS__
|
||||||
return NULL;
|
return NULL;
|
||||||
#endif
|
#endif
|
||||||
|
Reference in New Issue
Block a user