Newer prototype required by GCC 3.1

This commit is contained in:
nigel 2002-10-06 23:26:07 +00:00
parent dd6025502d
commit 162cc94bcd

View File

@ -392,7 +392,7 @@ static NSPoint mouse; // Previous/current mouse location
#if DEBUG #if DEBUG
NSLog(@"In drawRect"); NSLog(@"In drawRect");
[self randomise]; //[self randomise];
#endif #endif
#ifdef NSBITMAP #ifdef NSBITMAP
@ -412,7 +412,7 @@ static NSPoint mouse; // Previous/current mouse location
// //
#ifdef CGDRAWBITMAP #ifdef CGDRAWBITMAP
extern "C" void CGDrawBitmap(); extern "C" void CGDrawBitmap(...);
- (void) CGDrawBitmap - (void) CGDrawBitmap
{ {