X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/619d05280a2b929908565d87a6edbba5a04dc21b..03443829ac3e79461814da084e01060ddc7e60dd:/src/common/gdicmn.cpp diff --git a/src/common/gdicmn.cpp b/src/common/gdicmn.cpp index b2554b00fd..7755f181e1 100644 --- a/src/common/gdicmn.cpp +++ b/src/common/gdicmn.cpp @@ -256,6 +256,9 @@ wxColour *wxColourDatabase::FindColour(const wxString& colour) #ifdef __WXMSW__ else return NULL; #endif +#ifdef __WXPM__ + else return NULL; +#endif // TODO for other implementations. This should really go into // platform-specific directories.