]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/timer.h
added default value for Show() argument
[wxWidgets.git] / include / wx / timer.h
index f835029b3cab13bc40386033dc1681cb328f2e52..b5ce8d830caf9e39b9295e553a0e1003e457e816 100644 (file)
@@ -49,9 +49,7 @@ public:
     void SetOwner(wxEvtHandler *owner, int id = -1)
         { m_owner = owner; m_idTimer = id; }
 
-#ifdef __DARWIN__
-    virtual ~wxTimerBase() { }
-#endif
+    virtual ~wxTimerBase();
 
     // working with the timer
     // ----------------------