summaryrefslogtreecommitdiff
path: root/src/render/nullopenglgraphics.h
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2013-10-18 17:59:25 +0300
committerAndrei Karas <akaras@inbox.ru>2013-10-19 15:12:21 +0300
commite79b5dec8f49d7585e9c3106e9321fee0e3386e9 (patch)
tree9d0fb471aae963d560378276e0e3d52e3d64cbc7 /src/render/nullopenglgraphics.h
parent07d4ee9812ce6c43965d3bdc0d68982d22d6b633 (diff)
downloadplus-e79b5dec8f49d7585e9c3106e9321fee0e3386e9.tar.gz
plus-e79b5dec8f49d7585e9c3106e9321fee0e3386e9.tar.bz2
plus-e79b5dec8f49d7585e9c3106e9321fee0e3386e9.tar.xz
plus-e79b5dec8f49d7585e9c3106e9321fee0e3386e9.zip
fix const in nullopenglgraphics in declaration.
Diffstat (limited to 'src/render/nullopenglgraphics.h')
-rw-r--r--src/render/nullopenglgraphics.h2
1 files changed, 1 insertions, 1 deletions
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();