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() {