From bebb71a3dfadb2b94ba46c0c66f0d40d6ef75e43 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Mon, 12 Dec 2016 20:26:59 +0300 Subject: Add noexcept in some files. --- src/graphicsmanager.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/graphicsmanager.h') diff --git a/src/graphicsmanager.h b/src/graphicsmanager.h index f61f3a1f3..ce54bb8c2 100644 --- a/src/graphicsmanager.h +++ b/src/graphicsmanager.h @@ -125,10 +125,10 @@ class GraphicsManager final void updateLimits(); - int getMaxVertices() const A_WARN_UNUSED + int getMaxVertices() const noexcept2 A_WARN_UNUSED { return mMaxVertices; } - bool getUseAtlases() const A_WARN_UNUSED + bool getUseAtlases() const noexcept2 A_WARN_UNUSED { return mUseAtlases; } void logVersion() const; @@ -144,7 +144,7 @@ class GraphicsManager final void createTextureSampler(); - bool isUseTextureSampler() const A_WARN_UNUSED + bool isUseTextureSampler() const noexcept2 A_WARN_UNUSED { return mUseTextureSampler; } static GLenum getLastError(); -- cgit v1.2.3-70-g09d2