X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/c3732409acc7a1e0b3cdb1f0a5dec7cc49a4b28b..98080d5c1977bf9fbf5bc8b65fc807cded76f592:/include/wx/palmos/radiobut.h diff --git a/include/wx/palmos/radiobut.h b/include/wx/palmos/radiobut.h index 5e0040e738..25c36d35e8 100644 --- a/include/wx/palmos/radiobut.h +++ b/include/wx/palmos/radiobut.h @@ -12,10 +12,6 @@ #ifndef _WX_RADIOBUT_H_ #define _WX_RADIOBUT_H_ -#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA) - #pragma interface "radiobut.h" -#endif - class WXDLLEXPORT wxRadioButton: public wxControl { public: @@ -66,7 +62,7 @@ private: uint8_t m_groupID; // pushButtonCtl or checkboxCtl - ControlStyleType m_radioStyle; + int m_radioStyle; DECLARE_DYNAMIC_CLASS_NO_COPY(wxRadioButton) };