diff --git a/glm/gtx/dual_quaternion.hpp b/glm/gtx/dual_quaternion.hpp index f219e7af..e3a870fb 100644 --- a/glm/gtx/dual_quaternion.hpp +++ b/glm/gtx/dual_quaternion.hpp @@ -66,7 +66,7 @@ namespace detail public: glm::detail::tquat real, dual; - GLM_FUNC_DECL size_type length() const; + GLM_FUNC_DECL GLM_CONSTEXPR size_type length() const; // Constructors tdualquat();