]> git.saurik.com Git - wxWidgets.git/blobdiff - src/mac/carbon/checklst.cpp
fixed crash introduced in v1.41
[wxWidgets.git] / src / mac / carbon / checklst.cpp
index 77b77f2055a72f46aa1288c9f3aae066705e1a0c..2f23b84d87189569d8261a1fa930f15f8ad07346 100644 (file)
 // headers & declarations
 // ============================================================================
 
-#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
-#pragma implementation "checklst.h"
-#endif
-
 #include "wx/wxprec.h"
 
 #if wxUSE_CHECKLISTBOX
@@ -25,7 +21,9 @@
 #include "wx/arrstr.h"
 
 #include "wx/mac/uma.h"
+#ifndef __DARWIN__
 #include <Appearance.h>
+#endif
 
 // ============================================================================
 // implementation of wxCheckListBox