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/render/graphics.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/render/graphics.h') diff --git a/src/render/graphics.h b/src/render/graphics.h index b2e38367d..a7d1a23d1 100644 --- a/src/render/graphics.h +++ b/src/render/graphics.h @@ -128,7 +128,7 @@ class Graphics notfinal }; void setWindow(SDL_Window *restrict const window, - const int width, const int height) restrict2 + const int width, const int height) restrict2 noexcept2 { mWindow = window; mRect.w = static_cast(width); -- cgit v1.2.3-70-g09d2