]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/msw/checklst.h
fixed outdated filenames
[wxWidgets.git] / include / wx / msw / checklst.h
index df6b479e9c551b7659813f162b657c12ffd44c53..255a564fd39c3c321791db8c5ed6b96fb47011e3 100644 (file)
 #pragma interface "checklst.h"
 #endif
 
-// No!
-// typedef   unsigned int  size_t;
-#include <stddef.h>
+#include "wx/setup.h"
 
 #if !wxUSE_OWNER_DRAWN
   #error  "wxCheckListBox class requires owner-drawn functionality."
 #endif
 
-class wxCheckListBoxItem; // fwd decl, define in checklst.cpp
+#include "wx/listbox.h"
+
+class wxCheckListBoxItem; // fwd decl, defined in checklst.cpp
 
 class WXDLLEXPORT wxCheckListBox : public wxListBox
 {
@@ -43,7 +43,6 @@ public:
 
   // override base class virtuals
   virtual void Delete(int n);
-  virtual void InsertItems(int nItems, const wxString items[], int pos);
 
   virtual bool SetFont( const wxFont &font );