From e6f2965e420da97d989ea4650e2dfc66a0decb3a Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Wed, 6 Jan 2016 20:16:35 +0300 Subject: Add noexcept into graphics. --- src/render/openglgraphicsdef.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/render/openglgraphicsdef.hpp') diff --git a/src/render/openglgraphicsdef.hpp b/src/render/openglgraphicsdef.hpp index 31974bb52..4b32c6442 100644 --- a/src/render/openglgraphicsdef.hpp +++ b/src/render/openglgraphicsdef.hpp @@ -34,7 +34,7 @@ public: void updateTextureFormat() restrict2; - bool isAllowScale() const restrict2 override final + bool isAllowScale() const restrict2 noexcept override final { return true; } void clearScreen() const restrict2 override final; -- cgit v1.2.3-60-g2f50