Remove wxOVERRIDE from backported columns width calculation code.

See #10326.
This commit is contained in:
Vadim Zeitlin
2015-09-27 12:04:44 +02:00
parent b64e030f0c
commit 9397570429
2 changed files with 2 additions and 2 deletions

View File

@@ -3203,7 +3203,7 @@ public:
{
}
virtual void UpdateWithRow(int row) wxOVERRIDE
virtual void UpdateWithRow(int row)
{
wxListLineData *line = m_listmain->GetLine( row );
wxListItemDataList::compatibility_iterator n = line->m_items.Item( GetColumn() );