X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/8907154c1a8a6882c6797d1f16393ddfb23e7f3a..25af884d93f0ec95640b0d07a2aab348a15d9ac2:/include/wx/palmos/checkbox.h diff --git a/include/wx/palmos/checkbox.h b/include/wx/palmos/checkbox.h index edc46aa9f0..ff4cd9a8d6 100644 --- a/include/wx/palmos/checkbox.h +++ b/include/wx/palmos/checkbox.h @@ -55,6 +55,8 @@ protected: private: DECLARE_DYNAMIC_CLASS_NO_COPY(wxCheckBox) + // current state of the checkbox + wxCheckBoxState m_state; }; #endif