diff --git a/auto/src/glew_head.c b/auto/src/glew_head.c index 16cd153..01c9a83 100644 --- a/auto/src/glew_head.c +++ b/auto/src/glew_head.c @@ -41,7 +41,7 @@ void* NSGLGetProcAddress (const GLubyte *name) { - static struct mach_header* image = NULL; + static const struct mach_header* image = NULL; NSSymbol symbol; char* symbolName; if (NULL == image)