added missing dynamic class declaration
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@10703 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
parent
0b140baaa6
commit
6c0ba0d02d
@ -101,6 +101,9 @@ private:
|
|||||||
// the subcontrols
|
// the subcontrols
|
||||||
wxTextCtrl *m_text;
|
wxTextCtrl *m_text;
|
||||||
wxSpinButton *m_btn;
|
wxSpinButton *m_btn;
|
||||||
|
|
||||||
|
private:
|
||||||
|
DECLARE_DYNAMIC_CLASS(wxSpinCtrl)
|
||||||
};
|
};
|
||||||
|
|
||||||
#else // !wxUSE_SPINBTN
|
#else // !wxUSE_SPINBTN
|
||||||
|
Loading…
Reference in New Issue
Block a user