I added this. Thanks. Lyndon Tremblay wrote:
2002-11-01 Lyndon Tremblay <[EMAIL PROTECTED]>* Source/NSBitmapImageRep.m ([NSBitmapImageRep -draw]): Casted argument 11 for NSDrawBitmap() to remove warning. diff -c -r1.31 NSBitmapImageRep.m *** NSBitmapImageRep.m 26 Jan 2002 04:14:38 -0000 1.31 --- NSBitmapImageRep.m 2 Nov 2002 06:48:59 -0000 *************** *** 379,385 **** _isPlanar, _hasAlpha, _colorSpace, ! _imagePlanes); return YES; } --- 379,385 ---- _isPlanar, _hasAlpha, _colorSpace, ! (const unsigned char **)_imagePlanes); return YES; }
-- Adam Fedor, Digital Optics Corp. | I'm glad I hate spinach, because http://www.doc.com | if I didn't, I'd eat it, and you | know how I hate the stuff. _______________________________________________ Bug-gnustep mailing list [EMAIL PROTECTED] http://mail.gnu.org/mailman/listinfo/bug-gnustep
