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; } _______________________________________________ Bug-gnustep mailing list [EMAIL PROTECTED] http://mail.gnu.org/mailman/listinfo/bug-gnustep
