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
f980ae0558
commit
2d403391b5
1 changed files with 1 additions and 2 deletions
|
@ -204,8 +204,7 @@ static const char rcsid[] =
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
//[[(id <ForgeBundle>) [aBundle principalClass] alloc] initWithOwner: self];
|
[(id <ForgeBundle>) [[aBundle principalClass] alloc] initWithOwner: self];
|
||||||
[[(id ) [aBundle principalClass] alloc] initWithOwner: self];
|
|
||||||
}
|
}
|
||||||
|
|
||||||
- (PrefsController *) prefsController;
|
- (PrefsController *) prefsController;
|
||||||
|
|
Loading…
Reference in a new issue