X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/29c731cae9fa6b16b440da90b22f5fbcd9895c13..4dd2530846d0fcf214e3b288b04ce3aa932af048:/include/wx/mac/carbon/spinctrl.h diff --git a/include/wx/mac/carbon/spinctrl.h b/include/wx/mac/carbon/spinctrl.h index ebc2123068..5c513561a6 100755 --- a/include/wx/mac/carbon/spinctrl.h +++ b/include/wx/mac/carbon/spinctrl.h @@ -26,6 +26,8 @@ class WXDLLEXPORT wxSpinButton; class WXDLLEXPORT wxTextCtrl; +class WXDLLEXPORT wxSpinCtrlText; +class WXDLLEXPORT wxSpinCtrlButton; // ---------------------------------------------------------------------------- // wxSpinCtrl is a combination of wxTextCtrl and wxSpinButton @@ -106,6 +108,10 @@ private: wxTextCtrl *m_text; wxSpinButton *m_btn; + friend class wxSpinCtrlText; + friend class wxSpinCtrlButton; + + int m_oldValue; private: DECLARE_EVENT_TABLE() DECLARE_DYNAMIC_CLASS(wxSpinCtrl)