summaryrefslogtreecommitdiffstatshomepage
path: root/3rdparty/glm/glm/gtx/dual_quaternion.inl
diff options
context:
space:
mode:
Diffstat (limited to '3rdparty/glm/glm/gtx/dual_quaternion.inl')
-rw-r--r--3rdparty/glm/glm/gtx/dual_quaternion.inl6
1 files changed, 3 insertions, 3 deletions
diff --git a/3rdparty/glm/glm/gtx/dual_quaternion.inl b/3rdparty/glm/glm/gtx/dual_quaternion.inl
index ea1e618fb36..323c2b32dcc 100644
--- a/3rdparty/glm/glm/gtx/dual_quaternion.inl
+++ b/3rdparty/glm/glm/gtx/dual_quaternion.inl
@@ -87,7 +87,7 @@ namespace glm
// -- Explicit basic constructors --
template <typename T, precision P>
- GLM_FUNC_QUALIFIER GLM_CONSTEXPR tdualquat<T, P>::tdualquat(ctor)
+ GLM_FUNC_QUALIFIER GLM_CONSTEXPR_CTOR tdualquat<T, P>::tdualquat(ctor)
{}
template <typename T, precision P>
@@ -119,13 +119,13 @@ namespace glm
{}
template <typename T, precision P>
- GLM_FUNC_QUALIFIER GLM_CONSTEXPR tdualquat<T, P>::tdualquat(tmat2x4<T, P> const & m)
+ GLM_FUNC_QUALIFIER tdualquat<T, P>::tdualquat(tmat2x4<T, P> const & m)
{
*this = dualquat_cast(m);
}
template <typename T, precision P>
- GLM_FUNC_QUALIFIER GLM_CONSTEXPR tdualquat<T, P>::tdualquat(tmat3x4<T, P> const & m)
+ GLM_FUNC_QUALIFIER tdualquat<T, P>::tdualquat(tmat3x4<T, P> const & m)
{
*this = dualquat_cast(m);
}