]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/button.h
cleanup - remove duplicate decl., added #include, etc.
[wxWidgets.git] / include / wx / button.h
index 0ccb8d2deb59816d224d3894c147baf826d79778..b1a05acf0cdefbda9c3623004c3d6107851b11e6 100644 (file)
@@ -47,7 +47,7 @@
 
 class WXDLLEXPORT wxBitmap;
 
-extern WXDLLEXPORT_DATA(const wxChar*) wxButtonNameStr;
+extern WXDLLEXPORT_DATA(const wxChar) wxButtonNameStr[];
 
 // ----------------------------------------------------------------------------
 // wxButton: a push button
@@ -94,6 +94,8 @@ protected:
     #include "wx/cocoa/button.h"
 #elif defined(__WXPM__)
     #include "wx/os2/button.h"
+#elif defined(__WXPALMOS__)
+    #include "wx/palmos/button.h"
 #endif
 
 #endif // wxUSE_BUTTON