From 857e7f50756354876f11ea4082e57a97fb882dfd Mon Sep 17 00:00:00 2001 From: Christophe Riccio Date: Sun, 12 Oct 2014 02:52:19 +0200 Subject: [PATCH] Fixed build --- glm/gtx/dual_quaternion.inl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/glm/gtx/dual_quaternion.inl b/glm/gtx/dual_quaternion.inl index 9cc77811..7df6a8ef 100644 --- a/glm/gtx/dual_quaternion.inl +++ b/glm/gtx/dual_quaternion.inl @@ -54,7 +54,7 @@ namespace glm template GLM_FUNC_QUALIFIER tdualquat::tdualquat ( - tdualquat const & d, + tdualquat const & d ) : real(d.real), dual(d.dual) @@ -64,7 +64,7 @@ namespace glm template GLM_FUNC_QUALIFIER tdualquat::tdualquat ( - tdualquat const & d, + tdualquat const & d ) : real(d.real), dual(d.dual)