From c456cb3f7eea27839c4b2689d77ddc09926fb8c6 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Fri, 25 Dec 2015 03:27:23 +0300 Subject: Add restrict to all methods in graphics. --- src/render/modernopenglgraphics.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/render/modernopenglgraphics.h') diff --git a/src/render/modernopenglgraphics.h b/src/render/modernopenglgraphics.h index 1e5f00d1a..d4a0516b7 100644 --- a/src/render/modernopenglgraphics.h +++ b/src/render/modernopenglgraphics.h @@ -71,7 +71,7 @@ class ModernOpenGLGraphics 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" -- cgit v1.2.3-70-g09d2