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