Fix warning with missing override
This commit is contained in:
@@ -194,7 +194,7 @@ class WXDLLIMPEXP_BASE wxConsoleAppTraitsBase : public wxAppTraits
|
|||||||
{
|
{
|
||||||
public:
|
public:
|
||||||
#if !wxUSE_CONSOLE_EVENTLOOP
|
#if !wxUSE_CONSOLE_EVENTLOOP
|
||||||
virtual wxEventLoopBase *CreateEventLoop() { return NULL; }
|
virtual wxEventLoopBase *CreateEventLoop() wxOVERRIDE { return NULL; }
|
||||||
#endif // !wxUSE_CONSOLE_EVENTLOOP
|
#endif // !wxUSE_CONSOLE_EVENTLOOP
|
||||||
|
|
||||||
#if wxUSE_LOG
|
#if wxUSE_LOG
|
||||||
|
Reference in New Issue
Block a user