diff --git a/Source/NSTableColumn.m b/Source/NSTableColumn.m index 699626d01..0598f108c 100644 --- a/Source/NSTableColumn.m +++ b/Source/NSTableColumn.m @@ -240,6 +240,11 @@ return _dataCell; } +- (NSCell*)dataCellForRow: (int) row +{ + [self dataCell]; +} + /* * Encoding/Decoding */