Fixed dataCellForRow:

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@10806 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Nicola Pero 2001-08-30 09:31:27 +00:00
parent 5c66b95c6d
commit fcd1bbc9cf

View file

@ -240,9 +240,9 @@
return _dataCell;
}
- (NSCell*)dataCellForRow: (int) row
- (NSCell*)dataCellForRow: (int)row
{
[self dataCell];
return [self dataCell];
}
/*