diff --git a/include/wx/apptrait.h b/include/wx/apptrait.h index 51168eb5d6..f93b90a621 100644 --- a/include/wx/apptrait.h +++ b/include/wx/apptrait.h @@ -194,7 +194,7 @@ class WXDLLIMPEXP_BASE wxConsoleAppTraitsBase : public wxAppTraits { public: #if !wxUSE_CONSOLE_EVENTLOOP - virtual wxEventLoopBase *CreateEventLoop() { return NULL; } + virtual wxEventLoopBase *CreateEventLoop() wxOVERRIDE { return NULL; } #endif // !wxUSE_CONSOLE_EVENTLOOP #if wxUSE_LOG