]> git.saurik.com Git - wxWidgets.git/blobdiff - src/common/gdicmn.cpp
removed wxFunction
[wxWidgets.git] / src / common / gdicmn.cpp
index 1539beb7bae8cd1c76c98e23f789b37559d464ef..c797b70ca274772e39fceb04614bb6916464d85b 100644 (file)
@@ -357,6 +357,9 @@ wxColour *wxColourDatabase::FindColour(const wxString& colour)
 #ifdef __WXMAC__
   return NULL;
 #endif
+#ifdef __WXCOCOA__
+  return NULL;
+#endif
 #ifdef __WXSTUBS__
   return NULL;
 #endif