diff options
author | Andrei Karas <akaras@inbox.ru> | 2015-04-02 12:26:23 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2015-04-02 12:26:23 +0300 |
commit | 124e28787a66fc1ae882afbb5711b08620b51563 (patch) | |
tree | 5f172652494234e6caae74cf04a2cd4d0083cbf0 /src/render | |
parent | 48746ecb8cd94270f143cc7d722188d2e77c3101 (diff) | |
download | plus-124e28787a66fc1ae882afbb5711b08620b51563.tar.gz plus-124e28787a66fc1ae882afbb5711b08620b51563.tar.bz2 plus-124e28787a66fc1ae882afbb5711b08620b51563.tar.xz plus-124e28787a66fc1ae882afbb5711b08620b51563.zip |
Remove useless virtual keywords.
Diffstat (limited to 'src/render')
-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 db20aa2fb..6604e3361 100644 --- a/src/render/modernopenglgraphics.h +++ b/src/render/modernopenglgraphics.h @@ -72,7 +72,7 @@ class ModernOpenGLGraphics final : public Graphics void removeArray(const uint32_t id, uint32_t *const arr) override final; - virtual void createGLContext() override final; + void createGLContext() override final; #include "render/graphicsdef.hpp" |