X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/8d99be5f5381dad56492da02c2df1c3ec0750926..8b99adf475af713c192933dd9a011db8b2030f34:/include/wx/gtk/control.h diff --git a/include/wx/gtk/control.h b/include/wx/gtk/control.h index 45d0ea230e..5ae7c44043 100644 --- a/include/wx/gtk/control.h +++ b/include/wx/gtk/control.h @@ -31,8 +31,6 @@ class wxControl; class wxControl : public wxControlBase { - 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__