]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/gtk/private/timer.h
Ensure that the progress dialog parent is activated at the end under MSW.
[wxWidgets.git] / include / wx / gtk / private / timer.h
index ada20184e08e346594f3af4c86fe2f40a5a0f4fc..f5b58dc9d880522a88f2a55fdf870fdfa467ed30 100644 (file)
@@ -21,7 +21,7 @@
 class WXDLLIMPEXP_CORE wxGTKTimerImpl : public wxTimerImpl
 {
 public:
-    wxGTKTimerImpl(wxTimer* timer) : wxTimerImpl(timer) { m_sourceId = 0; };
+    wxGTKTimerImpl(wxTimer* timer) : wxTimerImpl(timer) { m_sourceId = 0; }
 
     virtual bool Start( int millisecs = -1, bool oneShot = false );
     virtual void Stop();