X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/b2158ed0da736338f850ccbf1e1367e332f9397e..72cdf4c9b3ce92addf09cfb322f0c19bfb0f8744:/include/wx/gtk1/choice.h diff --git a/include/wx/gtk1/choice.h b/include/wx/gtk1/choice.h index e405f01c72..7b95f490da 100644 --- a/include/wx/gtk1/choice.h +++ b/include/wx/gtk1/choice.h @@ -38,8 +38,6 @@ extern const wxChar *wxChoiceNameStr; class wxChoice : public wxControl { - DECLARE_DYNAMIC_CLASS(wxChoice) - public: wxChoice(); wxChoice( wxWindow *parent, wxWindowID id, @@ -97,6 +95,9 @@ public: void EnableEvents(); void AppendCommon( const wxString &item ); void ApplyWidgetStyle(); + +private: + DECLARE_DYNAMIC_CLASS(wxChoice) };