X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/36195a44c32bcd2b14cd819ed675bc80fb2255bd..8366ae934aab9f835747b0c2e456231e8795fe78:/include/wx/mac/checklst.h?ds=sidebyside diff --git a/include/wx/mac/checklst.h b/include/wx/mac/checklst.h index 64514452fe..73f9db890b 100644 --- a/include/wx/mac/checklst.h +++ b/include/wx/mac/checklst.h @@ -17,13 +17,11 @@ #pragma interface "checklst.h" #endif -#include "wx/listbox.h" - -#if !defined(__MWERKS__) && !defined(__MACH__) +#if !defined(__MWERKS__) && !defined(__UNIX__) typedef unsigned int size_t; #endif -class wxCheckListBox : public wxListBox +class wxCheckListBox : public wxCheckListBoxBase { DECLARE_DYNAMIC_CLASS(wxCheckListBox) public: