X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/d9ea011f4d7f66c9728593c5ee10ce2c34964545..559fe022dbd5d4d961402b5c973e5225fa91f17f:/include/wx/gtk1/control.h diff --git a/include/wx/gtk1/control.h b/include/wx/gtk1/control.h index f18f219d8c..3b19b4c98c 100644 --- a/include/wx/gtk1/control.h +++ b/include/wx/gtk1/control.h @@ -31,8 +31,6 @@ class wxControl; class wxControl : public wxWindow { - DECLARE_DYNAMIC_CLASS(wxControl) - public: wxControl(); wxControl( wxWindow *parent, @@ -50,6 +48,9 @@ public: protected: wxString m_label; char m_chAccel; // enabled to avoid breaking binary compatibility later on + +private: + DECLARE_DYNAMIC_CLASS(wxControl) }; #endif // __GTKCONTROLH__