removed extra semicolons added by last commit

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@46044 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin
2007-05-15 14:11:09 +00:00
parent b0c4d5d792
commit 8ac09e5213

View File

@@ -238,7 +238,7 @@ bool wxAppConsole::OnInit()
int wxAppConsole::OnRun() int wxAppConsole::OnRun()
{ {
return MainLoop(); return MainLoop();
}; }
int wxAppConsole::OnExit() int wxAppConsole::OnExit()
{ {
@@ -332,7 +332,7 @@ bool wxAppConsole::HasPendingEvents() const
} }
wxLEAVE_CRIT_SECT( *wxPendingEventsLocker ); wxLEAVE_CRIT_SECT( *wxPendingEventsLocker );
return true; return true;
}; }
void wxAppConsole::ProcessPendingEvents() void wxAppConsole::ProcessPendingEvents()
{ {