Re: Declaring a property named "private" and ObjC++
Re: Declaring a property named "private" and ObjC++
- Subject: Re: Declaring a property named "private" and ObjC++
- From: Rob Ross <email@hidden>
- Date: Tue, 28 Sep 2010 17:14:01 -0700
On Sep 28, 2010, at 4:19 PM, Nick Zitzmann wrote:
> @property(assign,getter=isPrivate) BOOL private;
What about trying
@property(assign) BOOL isPrivate;
?
Rob
_______________________________________________
Cocoa-dev mailing list (email@hidden)
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:
This email sent to email@hidden