Add more wxOVERRIDE
This commit is contained in:
committed by
Vadim Zeitlin
parent
455a45f5a8
commit
7c1ab06ea5
@@ -32,7 +32,7 @@ class MyEvent : public wxEvent
|
||||
public:
|
||||
MyEvent() : wxEvent(0, MyEventType) { }
|
||||
|
||||
virtual wxEvent *Clone() const { return new MyEvent; }
|
||||
virtual wxEvent *Clone() const wxOVERRIDE { return new MyEvent; }
|
||||
};
|
||||
|
||||
typedef void (wxEvtHandler::*MyEventFunction)(MyEvent&);
|
||||
|
Reference in New Issue
Block a user