Work around a method type mismatch in GNUstep.

This commit is contained in:
Bill Currie 2010-09-25 11:58:53 +09:00
parent 1235c3b650
commit 1875a9d500
1 changed files with 1 additions and 1 deletions

View File

@ -39,7 +39,7 @@ qtexture_t *TEX_ForName (char *name);
typedef struct {
id image; // NSImage
NSImageRep *image;
NSRect r;
char *name;
int index;