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:
nico 2001-08-30 09:31:27 +00:00
parent 70e6c6d80d
commit 01066018d7

View file

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