diff options
author | Andrei Karas <akaras@inbox.ru> | 2015-12-25 01:24:51 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2015-12-25 01:24:51 +0300 |
commit | f04697ea8be041a86877f6bc41958a3ceb3ded41 (patch) | |
tree | 9f154952cddd102aa5949b37441ce1c1874622e9 /src/render/modernopenglgraphics.h | |
parent | ce28ac8bfcea7ea926fa132a23f7814682dca0dc (diff) | |
download | plus-f04697ea8be041a86877f6bc41958a3ceb3ded41.tar.gz plus-f04697ea8be041a86877f6bc41958a3ceb3ded41.tar.bz2 plus-f04697ea8be041a86877f6bc41958a3ceb3ded41.tar.xz plus-f04697ea8be041a86877f6bc41958a3ceb3ded41.zip |
Add restrict keyword in openglgraphicsdef1.hpp
Diffstat (limited to 'src/render/modernopenglgraphics.h')
-rw-r--r-- | src/render/modernopenglgraphics.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/render/modernopenglgraphics.h b/src/render/modernopenglgraphics.h index 03a61858b..1e5f00d1a 100644 --- a/src/render/modernopenglgraphics.h +++ b/src/render/modernopenglgraphics.h @@ -58,7 +58,7 @@ class ModernOpenGLGraphics 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; |