CCBReader icon indicating copy to clipboard operation
CCBReader copied to clipboard

Fixed conflicting variable names in readPropertyForNode:parent:isExtraProp:

Open richard-sim opened this issue 11 years ago • 0 comments

readPropertyForNode:parent:isExtraProp: has variables named 'type' declared at both the outermost level, and nested within; this will cause build warnings/errors if HiddenLocalVariables warning is turned on in the project settings. The warning's description makes it sound like it's alerting you to the fact that you are getting unintended behaviour - so I fixed it.

richard-sim avatar Apr 12 '13 06:04 richard-sim