]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/palmos/timer.h
compilation fix for windows compilers: _wrename is declared in io.h
[wxWidgets.git] / include / wx / palmos / timer.h
index efdfa20361aac3dd717cd28fed7f5c1cf06e0d8c..c072c4d929ed2ea11916e378cb44813249812475 100644 (file)
 #ifndef _WX_TIMER_H_
 #define _WX_TIMER_H_
 
-#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
-    #pragma interface "timer.h"
-#endif
-
 class WXDLLEXPORT wxTimer : public wxTimerBase
 {
 friend void wxProcessTimer(wxTimer& timer);
@@ -24,7 +20,7 @@ public:
     wxTimer() { Init(); }
     wxTimer(wxEvtHandler *owner, int id = -1) : wxTimerBase(owner, id)
         { Init(); }
-    ~wxTimer();
+    virtual ~wxTimer();
 
     virtual bool Start(int milliseconds = -1, bool oneShot = FALSE);
     virtual void Stop();