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:
Gregory John Casamento 2005-10-29 16:33:56 +00:00
parent c656f1be5a
commit 98f8771caa

View file

@ -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)])
{