More use of wxOVERRIDE
This commit is contained in:
@@ -36,7 +36,7 @@ public:
|
||||
const wxString& name = wxControlNameStr);
|
||||
|
||||
// Simulates an event
|
||||
virtual void Command(wxCommandEvent& event) { ProcessCommand(event); }
|
||||
virtual void Command(wxCommandEvent& event) wxOVERRIDE { ProcessCommand(event); }
|
||||
|
||||
// implementation from now on
|
||||
// --------------------------
|
||||
|
Reference in New Issue
Block a user