mirror of
https://github.com/nigels-com/glew.git
synced 2024-11-22 05:45:07 +00:00
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:
parent
e5a1cd226a
commit
75d5713694
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user