]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/generic/timer.h
extend GetAsBitmap with an optional subrect
[wxWidgets.git] / include / wx / generic / timer.h
index e184a1ea16d79310f85c2962abfcb0bfba8111e3..63f0ab1a63ffe20540eb78bc2e167b2293a6a7f7 100644 (file)
@@ -23,7 +23,7 @@ public:
     wxTimer() { Init(); }
     wxTimer(wxEvtHandler *owner, int timerid = -1) : wxTimerBase(owner, timerid)
         { Init(); }
-    ~wxTimer();
+    virtual ~wxTimer();
 
     virtual bool Start(int millisecs = -1, bool oneShot = false);
     virtual void Stop();