diff options
Diffstat (limited to 'hw/xwin/glx/glwrap.c')
-rw-r--r-- | hw/xwin/glx/glwrap.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hw/xwin/glx/glwrap.c b/hw/xwin/glx/glwrap.c index 690b82926..73cff3cc1 100644 --- a/hw/xwin/glx/glwrap.c +++ b/hw/xwin/glx/glwrap.c @@ -67,7 +67,7 @@ glWinCallDelta(void) } static PROC -glWinResolveHelper(PROC * cache, char *symbol) +glWinResolveHelper(PROC * cache, const char *symbol) { PROC proc = NULL; |