Fix warning with missing override
This commit is contained in:
parent
a3363cbbfb
commit
26715a1fe0
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue