X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/916d0b616512788f3687583e39a0384b908c30be..ccdcde00d9ae27ca20ff6c3c9495918a0ec725aa:/include/wx/msw/checklst.h diff --git a/include/wx/msw/checklst.h b/include/wx/msw/checklst.h index 25041b8fa8..255a564fd3 100644 --- a/include/wx/msw/checklst.h +++ b/include/wx/msw/checklst.h @@ -16,17 +16,15 @@ #pragma interface "checklst.h" #endif -// No! -// typedef unsigned int size_t; -#include - #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 { @@ -45,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 );