Fixed build

This commit is contained in:
Christophe Riccio 2014-10-12 02:52:19 +02:00
parent 893de94bb1
commit 857e7f5075

View file

@ -54,7 +54,7 @@ namespace glm
template <typename T, precision P>
GLM_FUNC_QUALIFIER tdualquat<T, P>::tdualquat
(
tdualquat<T, P> const & d,
tdualquat<T, P> const & d
) :
real(d.real),
dual(d.dual)
@ -64,7 +64,7 @@ namespace glm
template <precision Q>
GLM_FUNC_QUALIFIER tdualquat<T, P>::tdualquat
(
tdualquat<T, Q> const & d,
tdualquat<T, Q> const & d
) :
real(d.real),
dual(d.dual)