]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/gtk1/timer.h
cache results of Motif 2 and Motif-is-Lesstif tests
[wxWidgets.git] / include / wx / gtk1 / timer.h
index 91fbc1002e8e900f97503d502ba55d88f23494b5..a93dbbe62e1764ba79f2b71cff126f526120144a 100644 (file)
@@ -11,7 +11,7 @@
 #ifndef __GTKTIMERH__
 #define __GTKTIMERH__
 
-#ifdef __GNUG__
+#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(); }