diff --git a/Source/NSTableColumn.m b/Source/NSTableColumn.m index 0598f108c..326016dcc 100644 --- a/Source/NSTableColumn.m +++ b/Source/NSTableColumn.m @@ -240,9 +240,9 @@ return _dataCell; } -- (NSCell*)dataCellForRow: (int) row +- (NSCell*)dataCellForRow: (int)row { - [self dataCell]; + return [self dataCell]; } /*