summaryrefslogtreecommitdiffstatshomepage
path: root/3rdparty/glm/glm/detail/type_mat4x2.hpp
diff options
context:
space:
mode:
Diffstat (limited to '3rdparty/glm/glm/detail/type_mat4x2.hpp')
-rw-r--r--3rdparty/glm/glm/detail/type_mat4x2.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/3rdparty/glm/glm/detail/type_mat4x2.hpp b/3rdparty/glm/glm/detail/type_mat4x2.hpp
index 1a6d3593707..a8cd0f3004a 100644
--- a/3rdparty/glm/glm/detail/type_mat4x2.hpp
+++ b/3rdparty/glm/glm/detail/type_mat4x2.hpp
@@ -61,7 +61,7 @@ namespace glm
template <precision Q>
GLM_FUNC_DECL tmat4x2(tmat4x2<T, Q> const & m);
- GLM_FUNC_DECL GLM_CONSTEXPR explicit tmat4x2(ctor);
+ GLM_FUNC_DECL GLM_CONSTEXPR_CTOR explicit tmat4x2(ctor);
GLM_FUNC_DECL explicit tmat4x2(T scalar);
GLM_FUNC_DECL tmat4x2(
T x0, T y0,