Re: Populating a new SQLite Core Data store with default data
Re: Populating a new SQLite Core Data store with default data
- Subject: Re: Populating a new SQLite Core Data store with default data
- From: "I. Savant" <email@hidden>
- Date: Mon, 23 Feb 2009 15:12:32 -0500
On Mon, Feb 23, 2009 at 2:44 PM, Jon C. Munson II <email@hidden> wrote:
> Ahh, I see...I did think that's what he meant, but I needed further
> clarification.
>
> I'll give that a shot...
Well, while you're giving it a shot, keep in mind I made an error here:
>> (MyClassyClass *)[obj doSomethingSpecificToMyClassyClass]
I meant:
[(MyClassyClass *)obj doSomethingSpecificToMyClassyClass]
The cast needs to be applied to the pointer - obj - and not to the
returned value (outside the [ ] square brackets).
--
I.S.
_______________________________________________
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