Skip to content

Commit

Permalink
Don't make IBOutlet a pointer.
Browse files Browse the repository at this point in the history
Reviewed by me.
  • Loading branch information
tolmasky authored and klaaspieter committed Apr 18, 2011
1 parent 2fb58d3 commit a578d48
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Tools/xcodecapp/Resources/FIXME_parser.j
Expand Up @@ -61,7 +61,8 @@ function main(args)
{
if (aType === "@outlet")
types[anIndex] = "IBOutlet";
else

else if (aType !== "IBOutlet")
types[anIndex] = NSCompatibleClassName(aType, YES);
});

Expand Down

0 comments on commit a578d48

Please sign in to comment.