correct fix for ForgeBundle protocol issue

This commit is contained in:
Jeff Teunissen 2010-09-12 00:42:12 -04:00 committed by Bill Currie
parent f980ae0558
commit 2d403391b5
1 changed files with 1 additions and 2 deletions

View File

@ -204,8 +204,7 @@ static const char rcsid[] =
return;
}
//[[(id <ForgeBundle>) [aBundle principalClass] alloc] initWithOwner: self];
[[(id ) [aBundle principalClass] alloc] initWithOwner: self];
[(id <ForgeBundle>) [[aBundle principalClass] alloc] initWithOwner: self];
}
- (PrefsController *) prefsController;