From 8d8bd9bf15bca61cb80893667649c3d8ee21e2bb Mon Sep 17 00:00:00 2001 From: Stefan Neis Date: Sun, 25 Aug 2002 18:17:54 +0000 Subject: [PATCH 1/1] Added the usual GNU pragma. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@16775 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- include/wx/os2/timer.h | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/include/wx/os2/timer.h b/include/wx/os2/timer.h index 90019563b3..62ab0c423e 100644 --- a/include/wx/os2/timer.h +++ b/include/wx/os2/timer.h @@ -12,6 +12,10 @@ #ifndef _WX_TIMER_H_ #define _WX_TIMER_H_ +#ifdef __GNUG__ + #pragma interface "timer.h" +#endif + #include "wx/object.h" class WXDLLEXPORT wxTimer: public wxTimerBase -- 2.47.2