0
0
Fork 0
mirror of https://git.code.sf.net/p/quake/quakeforge synced 2025-04-22 01:11:42 +00:00

Work around a method type mismatch in GNUstep.

This commit is contained in:
Bill Currie 2010-09-25 11:58:53 +09:00
parent c1fac2cc8a
commit cfa13f1caa

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;