mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-05-30 19:40:38 +00:00
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:
parent
5c66b95c6d
commit
fcd1bbc9cf
1 changed files with 2 additions and 2 deletions
|
@ -240,9 +240,9 @@
|
||||||
return _dataCell;
|
return _dataCell;
|
||||||
}
|
}
|
||||||
|
|
||||||
- (NSCell*)dataCellForRow: (int) row
|
- (NSCell*)dataCellForRow: (int)row
|
||||||
{
|
{
|
||||||
[self dataCell];
|
return [self dataCell];
|
||||||
}
|
}
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue