]> git.saurik.com Git - wxWidgets.git/commitdiff
Added the usual GNU pragma.
authorStefan Neis <Stefan.Neis@t-online.de>
Sun, 25 Aug 2002 18:17:54 +0000 (18:17 +0000)
committerStefan Neis <Stefan.Neis@t-online.de>
Sun, 25 Aug 2002 18:17:54 +0000 (18:17 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@16775 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

include/wx/os2/timer.h

index 90019563b3772a7c3eaed894135a9992300f3dc0..62ab0c423e4a08c48089784547b4e688ce1e0216 100644 (file)
 #ifndef _WX_TIMER_H_
 #define _WX_TIMER_H_
 
+#ifdef __GNUG__
+    #pragma interface "timer.h"
+#endif
+
 #include "wx/object.h"
 
 class WXDLLEXPORT wxTimer: public wxTimerBase