Add more wxOVERRIDE
This commit is contained in:
committed by
Vadim Zeitlin
parent
455a45f5a8
commit
7c1ab06ea5
@@ -94,7 +94,7 @@ void TimerEventTestCase::OneShot()
|
||||
}
|
||||
|
||||
private:
|
||||
virtual void Tick() { m_loop.Exit(); }
|
||||
virtual void Tick() wxOVERRIDE { m_loop.Exit(); }
|
||||
|
||||
wxEventLoopBase& m_loop;
|
||||
|
||||
|
Reference in New Issue
Block a user