Browse Source

Fixed ticket #45 missing iline

Christophe Riccio 15 years ago
parent
commit
71a1df2780
1 changed files with 1 additions and 1 deletions
  1. 1 1
      glm/gtx/simd_vec4.inl

+ 1 - 1
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
 		)