From: Vadim Zeitlin Date: Tue, 15 May 2007 14:11:09 +0000 (+0000) Subject: removed extra semicolons added by last commit X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/8ac09e5213e5151525c64c070b02afff7c3e125a removed extra semicolons added by last commit git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@46044 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- 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() {