From 104df5cae8521f4a234381567b19e6b4da3ff1f0 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Fri, 25 Dec 2015 20:25:38 +0300 Subject: Add restrict keyword to all renderers. --- src/render/safeopenglgraphics.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/render/safeopenglgraphics.h') diff --git a/src/render/safeopenglgraphics.h b/src/render/safeopenglgraphics.h index 8a162e8d6..bec04faa8 100644 --- a/src/render/safeopenglgraphics.h +++ b/src/render/safeopenglgraphics.h @@ -51,7 +51,7 @@ class SafeOpenGLGraphics final : public Graphics ~SafeOpenGLGraphics(); - void testDraw() override final; + void testDraw() restrict2 override final; #include "render/graphicsdef.hpp" -- cgit v1.2.3-70-g09d2