mirror of
https://github.com/gnustep/apps-gorm.git
synced 2025-04-22 06:00:44 +00:00
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:
parent
ae4cfbd955
commit
00d92dbb9a
1 changed files with 1 additions and 1 deletions
|
@ -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])
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue