X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/ed7919869508ccd5c868683c28706f82e82a1b9b..169adfa9c4b781f737920bc808da91cd926c3e36:/include/wx/gtk/timer.h?ds=sidebyside diff --git a/include/wx/gtk/timer.h b/include/wx/gtk/timer.h index 91fbc1002e..f35a07a7f8 100644 --- a/include/wx/gtk/timer.h +++ b/include/wx/gtk/timer.h @@ -7,19 +7,14 @@ // Licence: wxWindows licence ///////////////////////////////////////////////////////////////////////////// - #ifndef __GTKTIMERH__ #define __GTKTIMERH__ -#ifdef __GNUG__ - #pragma interface "timer.h" -#endif - //----------------------------------------------------------------------------- // wxTimer //----------------------------------------------------------------------------- -class wxTimer : public wxTimerBase +class WXDLLIMPEXP_CORE wxTimer : public wxTimerBase { public: wxTimer() { Init(); }