Fixed dual quat built on GCC

This commit is contained in:
Christophe Riccio 2013-05-07 01:02:52 +02:00
parent 5338aaac9e
commit b2e55904b8

View File

@ -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();