Re: Using NSImages as keys to a dictionary
Re: Using NSImages as keys to a dictionary
- Subject: Re: Using NSImages as keys to a dictionary
- From: "Pontus Ilbring" <email@hidden>
- Date: Sat, 13 May 2006 13:32:31 +0200
Just one detail I'd like to add. You use NSValue, not NSNumber, for pointers. So
[NSNumber numberWithInt:(int)originalIcon]
becomes
[NSValue valueWithPointer:originalIcon]
_______________________________________________
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