Browse Source

Fixed dual quat built on GCC

Christophe Riccio 12 years ago
parent
commit
b2e55904b8
1 changed files with 1 additions and 1 deletions
  1. 1 1
      glm/gtx/dual_quaternion.hpp

+ 1 - 1
glm/gtx/dual_quaternion.hpp

@@ -66,7 +66,7 @@ namespace detail
 	public:
 		glm::detail::tquat<T, P> real, dual;
 		
-		GLM_FUNC_DECL size_type length() const;
+		GLM_FUNC_DECL GLM_CONSTEXPR size_type length() const;
 		
 		// Constructors
 		tdualquat();