]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/gtk1/timer.h
fix unused parameter warning
[wxWidgets.git] / include / wx / gtk1 / timer.h
index 5d006be202fcc6669609694909695f1df3b4f92d..f35a07a7f862361443e0d8f2be963a3f11403eb0 100644 (file)
@@ -7,19 +7,14 @@
 // Licence:     wxWindows licence
 /////////////////////////////////////////////////////////////////////////////
 
-
 #ifndef __GTKTIMERH__
 #define __GTKTIMERH__
 
-#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
-    #pragma interface "timer.h"
-#endif
-
 //-----------------------------------------------------------------------------
 // wxTimer
 //-----------------------------------------------------------------------------
 
-class wxTimer : public wxTimerBase
+class WXDLLIMPEXP_CORE wxTimer : public wxTimerBase
 {
 public:
     wxTimer() { Init(); }