]> git.saurik.com Git - wxWidgets.git/commitdiff
oops, restored wrongly removed semicolon
authorVadim Zeitlin <vadim@wxwidgets.org>
Sat, 21 Apr 2007 14:58:46 +0000 (14:58 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Sat, 21 Apr 2007 14:58:46 +0000 (14:58 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@45556 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

include/wx/private/timer.h

index 2ceef167cb0fb57079d05d2aa1524c4e5e9143b6..5178b3cf0ffd0d8e39ede66f3e673ee7ec69a5e7 100644 (file)
@@ -67,7 +67,7 @@ protected:
     bool    m_oneShot;      // true if one shot
 
 
     bool    m_oneShot;      // true if one shot
 
 
-    DECLARE_NO_COPY_CLASS(wxTimerImpl);
-}
+    DECLARE_NO_COPY_CLASS(wxTimerImpl)
+};
 
 #endif // _WX_TIMERIMPL_H_BASE_
 
 #endif // _WX_TIMERIMPL_H_BASE_