summaryrefslogtreecommitdiff
path: root/src/mesa/swrast/s_accum.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mesa/swrast/s_accum.h')
-rw-r--r--src/mesa/swrast/s_accum.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mesa/swrast/s_accum.h b/src/mesa/swrast/s_accum.h
index 42e38cf02b..071644b64f 100644
--- a/src/mesa/swrast/s_accum.h
+++ b/src/mesa/swrast/s_accum.h
@@ -31,7 +31,7 @@
extern void
-_swrast_clear_accum_buffer(GLcontext *ctx, struct gl_renderbuffer *rb);
+_swrast_clear_accum_buffer(struct gl_context *ctx, struct gl_renderbuffer *rb);
#endif