]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/msw/private/timer.h
Do not put semicolons after the definition of an inline function.
[wxWidgets.git] / include / wx / msw / private / timer.h
index 0d7958a3160275aef64f8022f169620aa4e94da4..b22a3dc73b158abf4d0f22b41127d172fb44f3fb 100644 (file)
@@ -19,8 +19,7 @@
 class WXDLLIMPEXP_BASE wxMSWTimerImpl : public wxTimerImpl
 {
 public:
-    wxMSWTimerImpl(wxTimer *timer);
-    virtual ~wxMSWTimerImpl();
+    wxMSWTimerImpl(wxTimer *timer) : wxTimerImpl(timer) { m_id = 0; }
 
     virtual bool Start(int milliseconds = -1, bool oneShot = false);
     virtual void Stop();