From 71a1df278047067b0865044757c44290d946d018 Mon Sep 17 00:00:00 2001 From: Christophe Riccio Date: Tue, 22 Feb 2011 10:30:54 +0000 Subject: [PATCH] Fixed ticket #45 missing iline --- glm/gtx/simd_vec4.inl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/glm/gtx/simd_vec4.inl b/glm/gtx/simd_vec4.inl index ae5a250f..e8261fcb 100644 --- a/glm/gtx/simd_vec4.inl +++ b/glm/gtx/simd_vec4.inl @@ -285,7 +285,7 @@ namespace glm //{ // return max(-a, a); //} - detail::fvec4SIMD abs + inline detail::fvec4SIMD abs ( detail::fvec4SIMD const & x )