X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/b4efc9b9315fc9387c44dc5e968dc422b12e7920..8b5d5223d164a3b7fbacc5e69808cadd25163b1b:/include/wx/radiobox.h?ds=sidebyside diff --git a/include/wx/radiobox.h b/include/wx/radiobox.h index 51721888f2..3cf0635cfe 100644 --- a/include/wx/radiobox.h +++ b/include/wx/radiobox.h @@ -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