]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/time.h
fix typo in drawing slider ticks; added assert to check for it (slightly modified...
[wxWidgets.git] / include / wx / time.h
index 4e4bdf1535997988547f531ab6794210e0fcf22c..101ee45a4a4f41a31f94eddb4e3af322639e88c0 100644 (file)
@@ -21,7 +21,7 @@
 #include "wx/datetime.h"
 #include "wx/date.h"
 
-#ifdef __GNUG__
+#if defined(__GNUG__) && !defined(__APPLE__)
     #pragma interface "time.h"
 #endif