summaryrefslogtreecommitdiffstats
path: root/src/mesa/main/errors.h
diff options
context:
space:
mode:
authorBrian Paul <[email protected]>2013-06-26 11:09:21 -0600
committerBrian Paul <[email protected]>2013-06-26 13:12:01 -0600
commit15436adab0ae2dea5d62567326f1f3969939781b (patch)
treee4457b084b49c94fc5caf880566df7beeb5d1739 /src/mesa/main/errors.h
parentdd0b99b0beccf93cd53f42e05bc834c0fed57edf (diff)
mesa: remove const from glDebugMessageCallbackARB() function parameter
The new 20130624 version of glext.h removed the const qualifier on the 'userParam' parameter. Reviewed-by: Jose Fonseca <[email protected]>
Diffstat (limited to 'src/mesa/main/errors.h')
-rw-r--r--src/mesa/main/errors.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mesa/main/errors.h b/src/mesa/main/errors.h
index 7e7503aa984..4b376fb6075 100644
--- a/src/mesa/main/errors.h
+++ b/src/mesa/main/errors.h
@@ -101,7 +101,7 @@ _mesa_DebugMessageControlARB(GLenum source, GLenum type, GLenum severity,
GLboolean enabled);
void GLAPIENTRY
_mesa_DebugMessageCallbackARB(GLDEBUGPROCARB callback,
- const GLvoid *userParam);
+ GLvoid *userParam);
#ifdef __cplusplus
}