On Oct 16, 2011, at 10:13 , Sean Todd wrote:

> Still not sure why the error message stated that the type of the property did 
> not match the type of the setter accessor though?

My guess is that the @property causes the compiler to create an implicit 
declaration for the accessor, which includes one of those '__attribute__(())' 
specs because of the property attributes, or something like that. This would 
mean your explicit declaration doesn't match.

Or perhaps you're just not allowed a duplicate property declaration, and the 
error message is a bit too approximate.

Might be a good candidate for a bug report.


_______________________________________________

Cocoa-dev mailing list (Cocoa-dev@lists.apple.com)

Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com

Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com

This email sent to arch...@mail-archive.com

Reply via email to