mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2024-11-10 23:32:09 +00:00
correct fix for ForgeBundle protocol issue
This commit is contained in:
parent
3dcfd69b50
commit
ef7492f5cf
1 changed files with 1 additions and 2 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue