Re: fetching from NSArray
Re: fetching from NSArray
- Subject: Re: fetching from NSArray
- From: Nick Zitzmann <email@hidden>
- Date: Tue, 2 Oct 2007 15:38:50 -0600
On Oct 2, 2007, at 3:23 PM, Erfan Aleemullah wrote:
id* aBuffer;
Here you're declaring a pointer to a pointer, which is probably not
what you want. Use "id aBuffer" instead.
Nick Zitzmann
<http://www.chronosnet.com/>
_______________________________________________
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