diff options
author | Andrei Karas <akaras@inbox.ru> | 2015-12-25 03:27:23 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2015-12-25 03:27:23 +0300 |
commit | c456cb3f7eea27839c4b2689d77ddc09926fb8c6 (patch) | |
tree | 4e6025377c38bccaad05881b3f9257e7fe9e1226 /src/render/mobileopengl2graphics.h | |
parent | 953949fa4a61b2c9c4e53ccea2c2f7b28f79e62d (diff) | |
download | mv-c456cb3f7eea27839c4b2689d77ddc09926fb8c6.tar.gz mv-c456cb3f7eea27839c4b2689d77ddc09926fb8c6.tar.bz2 mv-c456cb3f7eea27839c4b2689d77ddc09926fb8c6.tar.xz mv-c456cb3f7eea27839c4b2689d77ddc09926fb8c6.zip |
Add restrict to all methods in graphics.
Diffstat (limited to 'src/render/mobileopengl2graphics.h')
-rw-r--r-- | src/render/mobileopengl2graphics.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/render/mobileopengl2graphics.h b/src/render/mobileopengl2graphics.h index 33e7d2f6d..70bb7f84e 100644 --- a/src/render/mobileopengl2graphics.h +++ b/src/render/mobileopengl2graphics.h @@ -71,7 +71,7 @@ class MobileOpenGL2Graphics final : public Graphics void removeArray(const uint32_t id, uint32_t *const arr) override final A_NONNULL(3); - void createGLContext() override final; + void createGLContext() restrict2 override final; #include "render/graphicsdef.hpp" |