X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/ab7ce33c563651f790f99d64ee56727706047ae3..51f5e2822cdcb8b433b1d117f186dfd8bb06e240:/include/wx/gtk1/timer.h?ds=sidebyside diff --git a/include/wx/gtk1/timer.h b/include/wx/gtk1/timer.h index 6ee7767602..ec715f932c 100644 --- a/include/wx/gtk1/timer.h +++ b/include/wx/gtk1/timer.h @@ -1,5 +1,5 @@ ///////////////////////////////////////////////////////////////////////////// -// Name: wx/gtk/timer.h +// Name: wx/gtk1/timer.h // Purpose: // Author: Robert Roebling // Id: $Id$ @@ -7,19 +7,14 @@ // Licence: wxWindows licence ///////////////////////////////////////////////////////////////////////////// - #ifndef __GTKTIMERH__ #define __GTKTIMERH__ -#if defined(__GNUG__) && !defined(__APPLE__) - #pragma interface "timer.h" -#endif - //----------------------------------------------------------------------------- // wxTimer //----------------------------------------------------------------------------- -class wxTimer : public wxTimerBase +class WXDLLIMPEXP_CORE wxTimer : public wxTimerBase { public: wxTimer() { Init(); }