Add more wxOVERRIDE
This commit is contained in:
committed by
Vadim Zeitlin
parent
455a45f5a8
commit
7c1ab06ea5
@@ -30,10 +30,10 @@ TEST_CASE("wxHtmlParser::ParseInvalid", "[html][parser][error]")
|
||||
class NullParser : public wxHtmlWinParser
|
||||
{
|
||||
public:
|
||||
virtual wxObject *GetProduct() { return NULL; }
|
||||
virtual wxObject *GetProduct() wxOVERRIDE { return NULL; }
|
||||
|
||||
protected:
|
||||
virtual void AddText(const wxString& WXUNUSED(txt)) { }
|
||||
virtual void AddText(const wxString& WXUNUSED(txt)) wxOVERRIDE { }
|
||||
};
|
||||
|
||||
NullParser p;
|
||||
|
Reference in New Issue
Block a user