More use of wxOVERRIDE
This commit is contained in:
@@ -26,11 +26,11 @@ public:
|
||||
|
||||
#ifdef __WXOSX_COCOA__
|
||||
// skip wxGUIEventLoop to avoid missing Enter/Exit notifications
|
||||
virtual int Run() { return wxCFEventLoop::Run(); }
|
||||
virtual int Run() wxOVERRIDE { return wxCFEventLoop::Run(); }
|
||||
#endif
|
||||
protected:
|
||||
virtual void OSXDoRun();
|
||||
virtual void OSXDoStop();
|
||||
virtual void OSXDoRun() wxOVERRIDE;
|
||||
virtual void OSXDoStop() wxOVERRIDE;
|
||||
|
||||
// (in case) the modal window for this event loop
|
||||
wxNonOwnedWindow* m_modalWindow;
|
||||
|
Reference in New Issue
Block a user