use more wxOVERRIDE (#329)
This commit is contained in:
parent
d0c57dbef0
commit
977a826639
66 changed files with 456 additions and 455 deletions
|
|
@ -176,7 +176,7 @@ public:
|
|||
bool IsOwnEvent() const { return m_id != 0; }
|
||||
|
||||
// implement the base class pure virtual
|
||||
virtual wxEvent *Clone() const { return new wxDialUpEvent(*this); }
|
||||
virtual wxEvent *Clone() const wxOVERRIDE { return new wxDialUpEvent(*this); }
|
||||
|
||||
private:
|
||||
wxDECLARE_NO_ASSIGN_CLASS(wxDialUpEvent);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue