]> git.saurik.com Git - wxWidgets.git/commitdiff
removed extra semicolons added by last commit
authorVadim Zeitlin <vadim@wxwidgets.org>
Tue, 15 May 2007 14:11:09 +0000 (14:11 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Tue, 15 May 2007 14:11:09 +0000 (14:11 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@46044 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

src/common/appbase.cpp

index 6586c3f5dc990c28c3c3a806b21bdba0a6835bdc..f64f95fd6f344640323390284b330f3286d1c78e 100644 (file)
@@ -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()
 {