]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/gtk1/timer.h
Missing includes.
[wxWidgets.git] / include / wx / gtk1 / timer.h
index 6ee7767602b351efaf37117f5762a01a24d93e4b..a93dbbe62e1764ba79f2b71cff126f526120144a 100644 (file)
@@ -11,7 +11,7 @@
 #ifndef __GTKTIMERH__
 #define __GTKTIMERH__
 
-#if defined(__GNUG__) && !defined(__APPLE__)
+#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
     #pragma interface "timer.h"
 #endif
 
@@ -19,7 +19,7 @@
 // wxTimer
 //-----------------------------------------------------------------------------
 
-class wxTimer : public wxTimerBase
+class WXDLLIMPEXP_CORE wxTimer : public wxTimerBase
 {
 public:
     wxTimer() { Init(); }