From f04697ea8be041a86877f6bc41958a3ceb3ded41 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Fri, 25 Dec 2015 01:24:51 +0300 Subject: Add restrict keyword in openglgraphicsdef1.hpp --- src/render/mobileopengl2graphics.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/render/mobileopengl2graphics.h') diff --git a/src/render/mobileopengl2graphics.h b/src/render/mobileopengl2graphics.h index 0a5edc564..33e7d2f6d 100644 --- a/src/render/mobileopengl2graphics.h +++ b/src/render/mobileopengl2graphics.h @@ -58,7 +58,7 @@ class MobileOpenGL2Graphics final : public Graphics void postInit() override final; - void setColor(const Color &color) override final; + void setColor(const Color &restrict color) restrict2 override final; void screenResized() override final; -- cgit v1.2.3-60-g2f50