Add more wxOVERRIDE
This commit is contained in:
committed by
Vadim Zeitlin
parent
455a45f5a8
commit
7c1ab06ea5
@@ -150,7 +150,7 @@ void CmdLineTestCase::ParseSwitches()
|
||||
class NoMessageOutput : public wxMessageOutput
|
||||
{
|
||||
public:
|
||||
virtual void Output(const wxString& WXUNUSED(str)) { }
|
||||
virtual void Output(const wxString& WXUNUSED(str)) wxOVERRIDE { }
|
||||
} noMessages;
|
||||
|
||||
wxMessageOutput * const old = wxMessageOutput::Set(&noMessages);
|
||||
|
Reference in New Issue
Block a user