Re: Namespace clash problem
Re: Namespace clash problem
- Subject: Re: Namespace clash problem
- From: Kyle Sluder <email@hidden>
- Date: Thu, 13 Oct 2011 18:58:49 -0700
On Thu, Oct 13, 2011 at 6:55 PM, Graham Cox <email@hidden> wrote:
> That doesn't work, because it then complains: "warning: instance method 'style' is being used on 'Class' which is not in the root class"
Heh, looks like it picked -style instead of +style. Makes sense, I
guess. The compiler's not going to look at the type of the receiver
and determine "oh, you're being clever and sending +style to a class".
Though maybe it should.
> Looks like I have no choice but to change the method name for the class method at least :(
Looks like it.
--Kyle Sluder
_______________________________________________
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