From 9e27641d9457be465840395666b3ea1719fd7e56 Mon Sep 17 00:00:00 2001 From: Christophe Riccio Date: Sat, 16 Jul 2016 16:52:58 +0200 Subject: [PATCH] Fixed Clang warning --- glm/detail/type_mat4x4.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/glm/detail/type_mat4x4.hpp b/glm/detail/type_mat4x4.hpp index 590a34de..d0043944 100644 --- a/glm/detail/type_mat4x4.hpp +++ b/glm/detail/type_mat4x4.hpp @@ -31,7 +31,7 @@ namespace glm template GLM_FUNC_DECL tmat4x4(tmat4x4 const & m); - GLM_FUNC_DECL GLM_CONSTEXPR_CTOR explicit tmat4x4(ctor); + GLM_FUNC_DECL explicit tmat4x4(ctor); GLM_FUNC_DECL explicit tmat4x4(T const & x); GLM_FUNC_DECL tmat4x4( T const & x0, T const & y0, T const & z0, T const & w0,