From 3887b0f4b9ddf987bcb2880ca47d6da0aeab3c54 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Thu, 11 Feb 2016 22:26:08 +0300 Subject: Fix compilation warning. --- src/render/mobileopengl2graphics.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/render/mobileopengl2graphics.h b/src/render/mobileopengl2graphics.h index 599c6fe80..ecd04cc89 100644 --- a/src/render/mobileopengl2graphics.h +++ b/src/render/mobileopengl2graphics.h @@ -114,7 +114,7 @@ class MobileOpenGL2Graphics final : public Graphics inline void bindAttributes() restrict2 A_INLINE; static void bindTexture2(const GLenum target, - const Image *restrict const image) A_INLINE; + const Image *restrict const image); static GLuint mTextureSizeUniform; static int mTextureWidth; -- cgit v1.2.3-60-g2f50