Add more wxOVERRIDE

This commit is contained in:
Maarten Bent
2018-09-21 19:46:49 +02:00
committed by Vadim Zeitlin
parent 455a45f5a8
commit 7c1ab06ea5
51 changed files with 193 additions and 193 deletions

View File

@@ -63,7 +63,7 @@ public:
{
}
virtual void Notify()
virtual void Notify() wxOVERRIDE
{
m_loop.ScheduleExit(m_rc);
}
@@ -87,7 +87,7 @@ public:
{
}
virtual void Notify()
virtual void Notify() wxOVERRIDE
{
wxEventLoop loopInner;
ScheduleLoopExitTimer timerInner(loopInner, EXIT_CODE_INNER_LOOP);