mirror of
https://github.com/gnustep/apps-gorm.git
synced 2025-02-24 12:01:16 +00:00
Minor fix.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@21908 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
c656f1be5a
commit
98f8771caa
1 changed files with 1 additions and 1 deletions
|
@ -184,7 +184,7 @@
|
|||
{
|
||||
NSCell *newCell = [[cellClass alloc] init];
|
||||
BOOL drawsBackground = NO;
|
||||
NSCell *cell = [object cell];
|
||||
id *cell = [object cell];
|
||||
|
||||
if([object respondsToSelector: @selector(drawsBackground)])
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue