Add more wxOVERRIDE
This commit is contained in:
committed by
Vadim Zeitlin
parent
455a45f5a8
commit
7c1ab06ea5
@@ -37,7 +37,7 @@ class wxTestEvent : public wxEvent
|
||||
{
|
||||
public:
|
||||
wxTestEvent(wxEventType type = wxEVT_TEST) : wxEvent(0, type) { }
|
||||
virtual wxEvent *Clone() const { return new wxTestEvent(GetEventType()); }
|
||||
virtual wxEvent *Clone() const wxOVERRIDE { return new wxTestEvent(GetEventType()); }
|
||||
};
|
||||
|
||||
class wxTestSink : public wxEvtHandler
|
||||
|
Reference in New Issue
Block a user