Re: Address of pointer just changes
Re: Address of pointer just changes
- Subject: Re: Address of pointer just changes
- From: j o a r <email@hidden>
- Date: Tue, 18 Jul 2006 23:58:01 +0200
On 18 jul 2006, at 23.55, Jonas Oberschweiber wrote:
Initialization: changeViews = [NSMutableArray array];
Should probably be:
changeViews = [[NSMutableArray alloc] init];
j o a r
Attachment:
smime.p7s
Description: S/MIME cryptographic signature
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Cocoa-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden