use wxOVERRIDE in wxMSW sources
This commit is contained in:
@@ -64,7 +64,7 @@ public:
|
||||
int GetIndex() const
|
||||
{ return m_parent->GetItemIndex(const_cast<wxListBoxItem*>(this)); }
|
||||
|
||||
wxString GetName() const
|
||||
wxString GetName() const wxOVERRIDE
|
||||
{ return m_parent->GetString(GetIndex()); }
|
||||
|
||||
private:
|
||||
|
Reference in New Issue
Block a user