X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/ab7ce33c563651f790f99d64ee56727706047ae3..13199c3dcbb708f859aeae6b480459b7b9bb9a9d:/include/wx/gtk1/timer.h?ds=inline 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(); }