From 0bac9eae9108a7c2d4e096de018b478779d01884 Mon Sep 17 00:00:00 2001 From: Christophe Riccio Date: Thu, 17 Feb 2011 01:36:59 +0000 Subject: [PATCH] Fixed inline, ticket #45 --- 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 )