From b9b33ea97c22015e8bb8059467364110e68b613e Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Fri, 18 Oct 2013 20:40:27 +0300 Subject: fix const in declaration in safeopenglgraphics. --- src/render/safeopenglgraphics.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/render/safeopenglgraphics.h') diff --git a/src/render/safeopenglgraphics.h b/src/render/safeopenglgraphics.h index 93f67d75e..666bc574a 100644 --- a/src/render/safeopenglgraphics.h +++ b/src/render/safeopenglgraphics.h @@ -167,7 +167,7 @@ class SafeOpenGLGraphics final : public Graphics void setTexturingAndBlending(const bool enable); private: - void inline setColorAlpha(float alpha); + void inline setColorAlpha(const float alpha); void inline restoreColor(); -- cgit v1.2.3-60-g2f50