X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/dcf924a345ea8ffbc1cf6b40b5f75c6005e504c0..9199e66fb56bc80b81b91f59250df78d7197052e:/include/wx/gtk1/checklst.h diff --git a/include/wx/gtk1/checklst.h b/include/wx/gtk1/checklst.h index 8022f35658..3290184e06 100644 --- a/include/wx/gtk1/checklst.h +++ b/include/wx/gtk1/checklst.h @@ -36,8 +36,6 @@ class wxCheckListBox; class wxCheckListBox : public wxListBox { -DECLARE_DYNAMIC_CLASS(wxCheckListBox) - public: wxCheckListBox(); wxCheckListBox(wxWindow *parent, wxWindowID id, @@ -53,6 +51,9 @@ public: void Check( int index, bool check = TRUE ); int GetItemHeight() const; + +private: + DECLARE_DYNAMIC_CLASS(wxCheckListBox) }; #endif