]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/mac/checklst.h
Fix for missing -g from wx-config
[wxWidgets.git] / include / wx / mac / checklst.h
index e957f61a74213f67f34e7e36d691bd719a790cd9..73f9db890b5dd86ca91b68729bb9e7a87cf6e274 100644 (file)
 #pragma interface "checklst.h"
 #endif
 
-#include "wx/listbox.h"
-
 #if !defined(__MWERKS__) && !defined(__UNIX__)
 typedef   unsigned int  size_t;
 #endif
 
-class wxCheckListBox : public wxListBox
+class wxCheckListBox : public wxCheckListBoxBase
 {
   DECLARE_DYNAMIC_CLASS(wxCheckListBox)
 public: