From 2d403391b5d699288fe75736575a367b98d10c44 Mon Sep 17 00:00:00 2001 From: Jeff Teunissen Date: Sun, 12 Sep 2010 00:42:12 -0400 Subject: [PATCH] correct fix for ForgeBundle protocol issue --- tools/Forge/Controller.m | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/tools/Forge/Controller.m b/tools/Forge/Controller.m index 5a4a07dc0..cd5976fb8 100644 --- a/tools/Forge/Controller.m +++ b/tools/Forge/Controller.m @@ -204,8 +204,7 @@ static const char rcsid[] = return; } - //[[(id ) [aBundle principalClass] alloc] initWithOwner: self]; - [[(id ) [aBundle principalClass] alloc] initWithOwner: self]; + [(id ) [[aBundle principalClass] alloc] initWithOwner: self]; } - (PrefsController *) prefsController;