From f67b8323fe6ef393f896e67812e6bf5b3cbe3a51 Mon Sep 17 00:00:00 2001 From: Travis CI Date: Mon, 27 Nov 2017 23:00:15 +0000 Subject: Gem ebc50987f9794b71fc512d52b46e5c78d6e9218f osx/x86_64 built 'noexcept:ebc50987f9794b71fc512d52b46e5c78d6e9218f' for osx/x86_64 --- Gem/develop/include/Gem/Utils/GLUtil.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Gem/develop/include/Gem/Utils/GLUtil.h') diff --git a/Gem/develop/include/Gem/Utils/GLUtil.h b/Gem/develop/include/Gem/Utils/GLUtil.h index c550c07..16fa492 100644 --- a/Gem/develop/include/Gem/Utils/GLUtil.h +++ b/Gem/develop/include/Gem/Utils/GLUtil.h @@ -45,7 +45,7 @@ GEM_EXTERN extern int getGLbitfield(int argc, struct _atom *argv); public: GLuintMap(const std::string&name); virtual ~GLuintMap(); - GLuint get(float) throw(GemException&); + GLuint get(float); // throws GemException /* map a GLuint to float; if float is 0, the new mapping is created, * else we just update an existing one * updating is especially useful with multiple contexts */ -- cgit v1.2.1