]> git.saurik.com Git - wxWidgets.git/blobdiff - src/common/gdicmn.cpp
Added wxGenericValidator & doc
[wxWidgets.git] / src / common / gdicmn.cpp
index 30f08f8560b547238f370c0dd638397940192f77..2661bd44cca97e1069d0c609bd0a37eb2a870985 100644 (file)
@@ -270,6 +270,9 @@ wxColour *wxColourDatabase::FindColour(const wxString& colour)
 
 // TODO for other implementations. This should really go into
 // platform-specific directories.
+#ifdef __WXMAC__
+  else return NULL;
+#endif
 #ifdef __WXSTUBS__
   else return NULL;
 #endif