Re: Address of pointer just changes
Re: Address of pointer just changes
- Subject: Re: Address of pointer just changes
- From: Jonas Oberschweiber <email@hidden>
- Date: Wed, 19 Jul 2006 00:04:37 +0200
That fixed it, thanks. I have no idea why I had that array there and
not alloc + init...
Jonas
Am 18.07.2006 um 23:58 schrieb j o a r:
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
_______________________________________________
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