Re: Debugger Variable window
Re: Debugger Variable window
- Subject: Re: Debugger Variable window
- From: Rob Ross <email@hidden>
- Date: Fri, 16 Apr 2010 21:38:47 -0700
On Apr 16, 2010, at 6:06 PM, Tony Romano wrote:
MyObjectA
{
NSURL url;
}
Is this just a typo? Shouldn't you be writing:
MyObjectA
{
NSURL *url;
}
?
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