use more wxOVERRIDE (#329)
This commit is contained in:
@@ -64,7 +64,7 @@ public:
|
||||
|
||||
// default copy ctor, assignment operator and dtor are ok
|
||||
|
||||
virtual wxEvent *Clone() const { return new wxPowerEvent(*this); }
|
||||
virtual wxEvent *Clone() const wxOVERRIDE { return new wxPowerEvent(*this); }
|
||||
|
||||
private:
|
||||
bool m_veto;
|
||||
|
Reference in New Issue
Block a user