wxOSX compilation fix after wxDataViewRendererBase refactoring
Restore the variable declaration accidentally removed in the changes of
235e8ebd1a
This commit is contained in:
@@ -1886,6 +1886,9 @@ outlineView:(NSOutlineView*)outlineView
|
|||||||
wxDataViewColumn* const
|
wxDataViewColumn* const
|
||||||
col([static_cast<wxDVCNSTableColumn*>(tableColumn) getColumnPointer]);
|
col([static_cast<wxDVCNSTableColumn*>(tableColumn) getColumnPointer]);
|
||||||
|
|
||||||
|
wxDataViewCtrl* const dvc = implementation->GetDataViewCtrl();
|
||||||
|
|
||||||
|
|
||||||
// stop editing of a custom item first (if necessary)
|
// stop editing of a custom item first (if necessary)
|
||||||
dvc->FinishCustomItemEditing();
|
dvc->FinishCustomItemEditing();
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user