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