]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/gtk1/checklst.h
Added wxUSE_SPINCTRL,
[wxWidgets.git] / include / wx / gtk1 / checklst.h
index 8022f35658a92ec4886f7cda8f6571920919abb0..3290184e06a80db003d72f1195f9b71b5270a308 100644 (file)
@@ -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