summaryrefslogtreecommitdiffstatshomepage
path: root/3rdparty/glm/glm/gtx/dual_quaternion.hpp
diff options
context:
space:
mode:
Diffstat (limited to '3rdparty/glm/glm/gtx/dual_quaternion.hpp')
-rw-r--r--3rdparty/glm/glm/gtx/dual_quaternion.hpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/3rdparty/glm/glm/gtx/dual_quaternion.hpp b/3rdparty/glm/glm/gtx/dual_quaternion.hpp
index 32c49dda48a..4228a499981 100644
--- a/3rdparty/glm/glm/gtx/dual_quaternion.hpp
+++ b/3rdparty/glm/glm/gtx/dual_quaternion.hpp
@@ -88,7 +88,7 @@ namespace glm
// -- Explicit basic constructors --
- GLM_FUNC_DECL GLM_CONSTEXPR explicit tdualquat(ctor);
+ GLM_FUNC_DECL GLM_CONSTEXPR_CTOR explicit tdualquat(ctor);
GLM_FUNC_DECL GLM_CONSTEXPR tdualquat(tquat<T, P> const & real);
GLM_FUNC_DECL GLM_CONSTEXPR tdualquat(tquat<T, P> const & orientation, tvec3<T, P> const & translation);
GLM_FUNC_DECL GLM_CONSTEXPR tdualquat(tquat<T, P> const & real, tquat<T, P> const & dual);
@@ -98,8 +98,8 @@ namespace glm
template <typename U, precision Q>
GLM_FUNC_DECL GLM_CONSTEXPR GLM_EXPLICIT tdualquat(tdualquat<U, Q> const & q);
- GLM_FUNC_DECL GLM_CONSTEXPR GLM_EXPLICIT tdualquat(tmat2x4<T, P> const & holder_mat);
- GLM_FUNC_DECL GLM_CONSTEXPR GLM_EXPLICIT tdualquat(tmat3x4<T, P> const & aug_mat);
+ GLM_FUNC_DECL GLM_EXPLICIT tdualquat(tmat2x4<T, P> const & holder_mat);
+ GLM_FUNC_DECL GLM_EXPLICIT tdualquat(tmat3x4<T, P> const & aug_mat);
// -- Unary arithmetic operators --