]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/radiobox.h
Various cleanings.
[wxWidgets.git] / include / wx / radiobox.h
index 51721888f2ff7e4c85bf1e0c1d1975226f8bcc90..3cf0635cfe4fcd7c071386e8ab1874155ee3537b 100644 (file)
@@ -20,7 +20,7 @@
 
 #include "wx/control.h"
 
-WXDLLEXPORT_DATA(extern const wxChar*) wxRadioBoxNameStr;
+extern WXDLLEXPORT_DATA(const wxChar*) wxRadioBoxNameStr;
 
 // ----------------------------------------------------------------------------
 // wxRadioBoxBase is not a normal base class, but rather a mix-in because the
@@ -117,6 +117,8 @@ public:
     #include "wx/cocoa/radiobox.h"
 #elif defined(__WXPM__)
     #include "wx/os2/radiobox.h"
+#elif defined(__WXPALMOS__)
+    #include "wx/palmos/radiobox.h"
 #endif
 
 #endif // wxUSE_RADIOBOX