summaryrefslogtreecommitdiff
path: root/src/render/mobileopengl2graphics.h
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2016-02-11 22:26:08 +0300
committerAndrei Karas <akaras@inbox.ru>2016-02-11 22:26:08 +0300
commit3887b0f4b9ddf987bcb2880ca47d6da0aeab3c54 (patch)
tree31348e2234a97c855496253bc26af5290a4a1d51 /src/render/mobileopengl2graphics.h
parent114db227e97285dbce0edc4a3b9df4bce530f3de (diff)
downloadplus-3887b0f4b9ddf987bcb2880ca47d6da0aeab3c54.tar.gz
plus-3887b0f4b9ddf987bcb2880ca47d6da0aeab3c54.tar.bz2
plus-3887b0f4b9ddf987bcb2880ca47d6da0aeab3c54.tar.xz
plus-3887b0f4b9ddf987bcb2880ca47d6da0aeab3c54.zip
Fix compilation warning.
Diffstat (limited to 'src/render/mobileopengl2graphics.h')
-rw-r--r--src/render/mobileopengl2graphics.h2
1 files changed, 1 insertions, 1 deletions
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;