minor change in osx fix

git-svn-id: https://glew.svn.sourceforge.net/svnroot/glew/trunk/glew@433 783a27ee-832a-0410-bc00-9f386506c6dd
This commit is contained in:
ikits 2006-03-08 03:40:18 +00:00
parent e5a1cd226a
commit 75d5713694

View File

@ -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)