]> git.saurik.com Git - wxWidgets.git/blobdiff - src/cocoa/checklst.mm
add virtual DoGetTextExtent() to allow calling the overloaded wxWindowBase::GetTextEx...
[wxWidgets.git] / src / cocoa / checklst.mm
index 80dbda3c3d1b122671b3d80f0a0b0244eb0e76ca..5865461756f63bce52cc79d8984fae1f5faba0a0 100644 (file)
 
 #if wxUSE_CHECKLISTBOX
 
+#include "wx/checklst.h"
+
 #ifndef WX_PRECOMP
     #include "wx/log.h"
     #include "wx/app.h"
-    #include "wx/checklst.h"
 #endif //WX_PRECOMP
 
 IMPLEMENT_DYNAMIC_CLASS(wxCheckListBox, wxListBox)