]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/os2/timer.h
rename Inside(x,y) parameters to avoid gcc warnings about parameters shadowing member...
[wxWidgets.git] / include / wx / os2 / timer.h
index 62ab0c423e4a08c48089784547b4e688ce1e0216..fb7bddc77599e52ca942a5eb8dbee855da86f5ab 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
@@ -31,7 +27,7 @@ public:
                          ,nId
                         )
         { Init(); }
-    ~wxTimer();
+    virtual ~wxTimer();
 
     virtual void Notify(void);
     virtual bool Start( int  nMilliseconds = -1