use more wxOVERRIDE (#329)
This commit is contained in:
@@ -652,7 +652,7 @@ private:
|
||||
{ wxNodeBase::SetData(data); } \
|
||||
\
|
||||
protected: \
|
||||
virtual void DeleteData(); \
|
||||
virtual void DeleteData() wxOVERRIDE; \
|
||||
\
|
||||
wxDECLARE_NO_COPY_CLASS(nodetype); \
|
||||
}; \
|
||||
@@ -742,6 +742,7 @@ private:
|
||||
virtual wxNodeBase *CreateNode(wxNodeBase *prev, wxNodeBase *next, \
|
||||
void *data, \
|
||||
const wxListKey& key = wxDefaultListKey) \
|
||||
wxOVERRIDE \
|
||||
{ \
|
||||
return new nodetype(this, \
|
||||
(nodetype *)prev, (nodetype *)next, \
|
||||
|
Reference in New Issue
Block a user