use wxOVERRIDE
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@76220 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -395,7 +395,7 @@ private:
|
||||
void Init();
|
||||
|
||||
// Pure virtual method inherited from wxCompositeWindow.
|
||||
virtual wxWindowList GetCompositeWindowParts() const;
|
||||
virtual wxWindowList GetCompositeWindowParts() const wxOVERRIDE;
|
||||
|
||||
// Implementation of AppendColumn().
|
||||
int DoInsertColumn(const wxString& title,
|
||||
@@ -470,7 +470,7 @@ public:
|
||||
// COLUMN_SORTED event.
|
||||
unsigned GetColumn() const { return m_column; }
|
||||
|
||||
virtual wxEvent* Clone() const { return new wxTreeListEvent(*this); }
|
||||
virtual wxEvent* Clone() const wxOVERRIDE { return new wxTreeListEvent(*this); }
|
||||
|
||||
private:
|
||||
// Common part of all ctors.
|
||||
|
Reference in New Issue
Block a user