]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/generic/listctrl.h
Sorry, should be a __UNIX__ test
[wxWidgets.git] / include / wx / generic / listctrl.h
index 5daf2db6cff47b1a819253d2c2d1b185df711ddb..8a31822b8076b908e924698911c169b6a5e58f38 100644 (file)
 
 #include "wx/defs.h"
 #include "wx/object.h"
 
 #include "wx/defs.h"
 #include "wx/object.h"
+#ifdef __WXMAC__
+#include "wx/imaglist.h"
+#else
 #include "wx/generic/imaglist.h"
 #include "wx/generic/imaglist.h"
+#endif
 
 #include "wx/control.h"
 #include "wx/timer.h"
 
 #include "wx/control.h"
 #include "wx/timer.h"
@@ -254,7 +258,7 @@ private:
     void ResizeReportView(bool showHeader);
 
     DECLARE_EVENT_TABLE()
     void ResizeReportView(bool showHeader);
 
     DECLARE_EVENT_TABLE()
-    DECLARE_DYNAMIC_CLASS(wxGenericListCtrl);
+    DECLARE_DYNAMIC_CLASS(wxGenericListCtrl)
 };
 
 #if !defined(__WXMSW__) || defined(__WXUNIVERSAL__)
 };
 
 #if !defined(__WXMSW__) || defined(__WXUNIVERSAL__)