Updated OpenGL headers

Former-commit-id: 78e59741ea4e8b2109bddf6f95d0453a7c40cb5a
This commit is contained in:
Lynix 2013-07-31 14:22:15 +02:00
parent 8dba8599d2
commit 8f9771ab8b
1 changed files with 1 additions and 1 deletions

View File

@ -27,7 +27,7 @@ namespace
std::vector<NzContext*> contexts;
void CALLBACK DebugCallback(unsigned int source, unsigned int type, unsigned int id, unsigned int severity, int length, const char* message, void* userParam)
void CALLBACK DebugCallback(unsigned int source, unsigned int type, unsigned int id, unsigned int severity, int length, const char* message, const void* userParam)
{
NazaraUnused(length);