]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/msw/private/timer.h
Application of the most recent wxWebView patch, the only changes were so tab to space...
[wxWidgets.git] / include / wx / msw / private / timer.h
index b22a3dc73b158abf4d0f22b41127d172fb44f3fb..1e70cd387f59b352b90cf6e57ec6ef7d30c84da3 100644 (file)
@@ -19,7 +19,7 @@
 class WXDLLIMPEXP_BASE wxMSWTimerImpl : public wxTimerImpl
 {
 public:
-    wxMSWTimerImpl(wxTimer *timer) : wxTimerImpl(timer) { m_id = 0; }
+    wxMSWTimerImpl(wxTimer *timer) : wxTimerImpl(timer) { m_id = 0; };
 
     virtual bool Start(int milliseconds = -1, bool oneShot = false);
     virtual void Stop();