From: Vadim Zeitlin Date: Sat, 21 Apr 2007 10:52:48 +0000 (+0000) Subject: removed extraneous semicolons X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/5d262fdda884bb109d1f4860ad88e915678e1219?ds=inline removed extraneous semicolons git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@45555 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/include/wx/private/timer.h b/include/wx/private/timer.h index c33a2a8432..2ceef167cb 100644 --- a/include/wx/private/timer.h +++ b/include/wx/private/timer.h @@ -68,6 +68,6 @@ protected: DECLARE_NO_COPY_CLASS(wxTimerImpl); -}; +} #endif // _WX_TIMERIMPL_H_BASE_ diff --git a/src/msw/app.cpp b/src/msw/app.cpp index beecee9e62..73c1967327 100644 --- a/src/msw/app.cpp +++ b/src/msw/app.cpp @@ -270,7 +270,7 @@ wxTimerImpl * wxGUIAppTraits::CreateTimerImpl(wxTimer *timer) { return new wxMSWTimerImpl(timer); -}; +} // =========================================================================== // wxApp implementation