diff options
author | Brian Paul <[email protected]> | 2013-06-26 11:09:21 -0600 |
---|---|---|
committer | Brian Paul <[email protected]> | 2013-06-26 13:12:01 -0600 |
commit | 15436adab0ae2dea5d62567326f1f3969939781b (patch) | |
tree | e4457b084b49c94fc5caf880566df7beeb5d1739 /src/mapi/glapi | |
parent | dd0b99b0beccf93cd53f42e05bc834c0fed57edf (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/mapi/glapi')
-rw-r--r-- | src/mapi/glapi/gen/ARB_debug_output.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mapi/glapi/gen/ARB_debug_output.xml b/src/mapi/glapi/gen/ARB_debug_output.xml index 11f268dc640..f2877a4f7d3 100644 --- a/src/mapi/glapi/gen/ARB_debug_output.xml +++ b/src/mapi/glapi/gen/ARB_debug_output.xml @@ -72,7 +72,7 @@ <function name="DebugMessageCallbackARB" offset="assign"> <param name="callback" type="GLDEBUGPROCARB"/> - <param name="userParam" type="const GLvoid *"/> + <param name="userParam" type="GLvoid *"/> </function> <function name="GetDebugMessageLogARB" offset="assign"> |