]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/font.h
added WX_FORWARD_STD_METHODS_TO_SUBWINDOWS macro
[wxWidgets.git] / include / wx / font.h
index dae2cc4f7664c33c2c76806d6d0883267bb02dc8..b8d436bb9c6749efed03543caac3560e5a5c6d11 100644 (file)
@@ -231,7 +231,9 @@ private:
 };
 
 // include the real class declaration
-#if defined(__WXMSW__)
+#if defined(__PALMOS__)
+    #include "wx/palmos/font.h"
+#elif defined(__WXMSW__)
     #include "wx/msw/font.h"
 #elif defined(__WXMOTIF__)
     #include "wx/motif/font.h"