From b74a08cd7a7818b355bcc99df519d354a7ae903a Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Fri, 18 Oct 2013 16:55:30 +0300 Subject: fix const in declaration in mobileopenglgraphics. --- src/render/mobileopenglgraphics.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/render/mobileopenglgraphics.h b/src/render/mobileopenglgraphics.h index 5e97dc6d1..748302221 100644 --- a/src/render/mobileopenglgraphics.h +++ b/src/render/mobileopenglgraphics.h @@ -203,10 +203,10 @@ class MobileOpenGLGraphics final : public Graphics void setTexturingAndBlending(const bool enable); - void debugBindTexture(const Image *image); + 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