X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/8907154c1a8a6882c6797d1f16393ddfb23e7f3a..2404ce8d8aec4de1b892034be47a3c2e0a2d47af:/include/wx/palmos/checkbox.h

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