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:
@@ -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()
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user