From b157b1f6e3985e43af4f70101adf03d2f22c4b54 Mon Sep 17 00:00:00 2001 From: Christophe Riccio Date: Sat, 16 Jul 2016 16:54:11 +0200 Subject: [PATCH] Fixed build --- glm/detail/type_mat4x4.inl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/glm/detail/type_mat4x4.inl b/glm/detail/type_mat4x4.inl index 83dea12a..81b27503 100644 --- a/glm/detail/type_mat4x4.inl +++ b/glm/detail/type_mat4x4.inl @@ -42,7 +42,7 @@ namespace glm } template - GLM_FUNC_QUALIFIER GLM_CONSTEXPR_CTOR tmat4x4::tmat4x4(ctor) + GLM_FUNC_QUALIFIER tmat4x4::tmat4x4(ctor) {} template