Correct declaration bug in previous commit.

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@31831 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Wolfgang Lux 2011-01-04 18:02:39 +00:00
parent ae4cfbd955
commit 00d92dbb9a

View file

@ -2520,7 +2520,7 @@ static void _real_close(GormDocument *self,
if ([control isKindOfClass: [NSMatrix class]])
{
int row, col;
NSMatrix matrix = (NSMatrix *)control;
NSMatrix *matrix = (NSMatrix *)control;
if ([matrix getRow: &row column: &col ofCell: cell])
{