diff --git a/Tools/xcodecapp/Resources/FIXME_parser.j b/Tools/xcodecapp/Resources/FIXME_parser.j index 05f01f14ea..bebe887b0e 100644 --- a/Tools/xcodecapp/Resources/FIXME_parser.j +++ b/Tools/xcodecapp/Resources/FIXME_parser.j @@ -61,7 +61,8 @@ function main(args) { if (aType === "@outlet") types[anIndex] = "IBOutlet"; - else + + else if (aType !== "IBOutlet") types[anIndex] = NSCompatibleClassName(aType, YES); });