diff options
Diffstat (limited to 'src/mesa/main/fbobject.h')
-rw-r--r-- | src/mesa/main/fbobject.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mesa/main/fbobject.h b/src/mesa/main/fbobject.h index e4846e88dc4..f52fd15526d 100644 --- a/src/mesa/main/fbobject.h +++ b/src/mesa/main/fbobject.h @@ -112,7 +112,7 @@ extern GLboolean _mesa_is_legal_color_format(const struct gl_context *ctx, GLenum baseFormat); extern GLenum -_mesa_base_fbo_format(struct gl_context *ctx, GLenum internalFormat); +_mesa_base_fbo_format(const struct gl_context *ctx, GLenum internalFormat); extern bool _mesa_detach_renderbuffer(struct gl_context *ctx, |