]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/mac/checklst.h
extracted platform/compiler detection macros from wx/defs,h into wx/platform.h
[wxWidgets.git] / include / wx / mac / checklst.h
index fd6ad64785a9fa99a6e71d5f9157c266abe744da..73f9db890b5dd86ca91b68729bb9e7a87cf6e274 100644 (file)
 #pragma interface "checklst.h"
 #endif
 
-#include "wx/listbox.h"
-
-#ifndef __MWERKS__
+#if !defined(__MWERKS__) && !defined(__UNIX__)
 typedef   unsigned int  size_t;
 #endif
 
-class wxCheckListBox : public wxListBox
+class wxCheckListBox : public wxCheckListBoxBase
 {
   DECLARE_DYNAMIC_CLASS(wxCheckListBox)
 public: