summaryrefslogtreecommitdiffstatshomepage
path: root/3rdparty/glm/glm/detail/type_mat2x2.hpp
diff options
context:
space:
mode:
Diffstat (limited to '3rdparty/glm/glm/detail/type_mat2x2.hpp')
-rw-r--r--3rdparty/glm/glm/detail/type_mat2x2.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/3rdparty/glm/glm/detail/type_mat2x2.hpp b/3rdparty/glm/glm/detail/type_mat2x2.hpp
index 5505ffe5b80..f188b4d0d95 100644
--- a/3rdparty/glm/glm/detail/type_mat2x2.hpp
+++ b/3rdparty/glm/glm/detail/type_mat2x2.hpp
@@ -60,7 +60,7 @@ namespace glm
template <precision Q>
GLM_FUNC_DECL tmat2x2(tmat2x2<T, Q> const & m);
- GLM_FUNC_DECL GLM_CONSTEXPR explicit tmat2x2(ctor);
+ GLM_FUNC_DECL GLM_CONSTEXPR_CTOR explicit tmat2x2(ctor);
GLM_FUNC_DECL explicit tmat2x2(T scalar);
GLM_FUNC_DECL tmat2x2(
T const & x1, T const & y1,