From 5d262fdda884bb109d1f4860ad88e915678e1219 Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin Date: Sat, 21 Apr 2007 10:52:48 +0000 Subject: [PATCH] removed extraneous semicolons git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@45555 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- include/wx/private/timer.h | 2 +- src/msw/app.cpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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 -- 2.50.0