]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/gdicmn.h
added wx/font.h include to fix PCH-less build
[wxWidgets.git] / include / wx / gdicmn.h
index b6faf8900d20448dea9e64ee4375a89102db7605..f823993b03a36a6535e70121edc024b0b0ac0b4e 100644 (file)
@@ -1,5 +1,5 @@
 /////////////////////////////////////////////////////////////////////////////
-// Name:        gdicmn.h
+// Name:        wx/gdicmn.h
 // Purpose:     Common GDI classes, types and declarations
 // Author:      Julian Smart
 // Modified by:
@@ -503,8 +503,10 @@ public:
     // add a new colour to the database
     void AddColour(const wxString& name, const wxColour& colour);
 
+#if WXWIN_COMPATIBILITY_2_6
     // deprecated, use Find() instead
     wxDEPRECATED( wxColour *FindColour(const wxString& name) );
+#endif // WXWIN_COMPATIBILITY_2_6
 
 
 #ifdef __WXPM__