From 8ac09e5213e5151525c64c070b02afff7c3e125a Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin Date: Tue, 15 May 2007 14:11:09 +0000 Subject: [PATCH] removed extra semicolons added by last commit git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@46044 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- src/common/appbase.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/common/appbase.cpp b/src/common/appbase.cpp index 6586c3f5dc..f64f95fd6f 100644 --- a/src/common/appbase.cpp +++ b/src/common/appbase.cpp @@ -238,7 +238,7 @@ bool wxAppConsole::OnInit() int wxAppConsole::OnRun() { return MainLoop(); -}; +} int wxAppConsole::OnExit() { @@ -332,7 +332,7 @@ bool wxAppConsole::HasPendingEvents() const } wxLEAVE_CRIT_SECT( *wxPendingEventsLocker ); return true; -}; +} void wxAppConsole::ProcessPendingEvents() { -- 2.50.0