NSPoints in an NSMutableArray
NSPoints in an NSMutableArray
- Subject: NSPoints in an NSMutableArray
- From: Arthur VIGAN <email@hidden>
- Date: Thu, 6 Feb 2003 19:14:41 +0100
Hi,
I have a little problem with the NSPoint class. I try to store NSPoint
objects in an NSMutableArray with:
[myArray addObject:NSMakePoint(x, y)];
but when I compile I got the following error for the previous line:
PlotView.m:83: incompatible type for argument 3 of indirect function
call
Is it a known problem?
Thanks in advance,
Arthur
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.