Add a forgotten wxOVERRIDE in the grid sample
Fix -Winconsistent-missing-override when building this sample.
This commit is contained in:
@@ -241,7 +241,7 @@ public:
|
||||
grid->SetCellValue(row, col, m_value);
|
||||
}
|
||||
|
||||
virtual wxGridCellEditor *Clone() const
|
||||
virtual wxGridCellEditor *Clone() const wxOVERRIDE
|
||||
{
|
||||
return new MyGridStarEditor();
|
||||
}
|
||||
|
Reference in New Issue
Block a user