X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/8907154c1a8a6882c6797d1f16393ddfb23e7f3a..bf2c8b318ea2c3e4c811d543e7624d7444aede47:/include/wx/palmos/checkbox.h?ds=sidebyside diff --git a/include/wx/palmos/checkbox.h b/include/wx/palmos/checkbox.h index edc46aa9f0..a96f5f9db0 100644 --- a/include/wx/palmos/checkbox.h +++ b/include/wx/palmos/checkbox.h @@ -13,7 +13,7 @@ #define _WX_CHECKBOX_H_ // Checkbox item (single checkbox) -class WXDLLEXPORT wxCheckBox : public wxCheckBoxBase +class WXDLLIMPEXP_CORE wxCheckBox : public wxCheckBoxBase { public: wxCheckBox() { } @@ -55,6 +55,8 @@ protected: private: DECLARE_DYNAMIC_CLASS_NO_COPY(wxCheckBox) + // current state of the checkbox + wxCheckBoxState m_state; }; #endif