From e79b5dec8f49d7585e9c3106e9321fee0e3386e9 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Fri, 18 Oct 2013 17:59:25 +0300 Subject: fix const in nullopenglgraphics in declaration. --- src/render/nullopenglgraphics.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/render/nullopenglgraphics.h b/src/render/nullopenglgraphics.h index 588bf0283..7734ca660 100644 --- a/src/render/nullopenglgraphics.h +++ b/src/render/nullopenglgraphics.h @@ -214,7 +214,7 @@ class NullOpenGLGraphics final : public Graphics void debugBindTexture(const Image *const image); private: - void inline setColorAlpha(float alpha); + void inline setColorAlpha(const float alpha); void inline restoreColor(); -- cgit v1.2.3-60-g2f50