Browse Source

Fixed inline, ticket #45

Christophe Riccio 15 years ago
parent
commit
0bac9eae91
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);
 		//  return max(-a, a);
 		//}
 		//}
-		detail::fvec4SIMD abs
+		inline detail::fvec4SIMD abs
 		(
 		(
 			detail::fvec4SIMD const & x
 			detail::fvec4SIMD const & x
 		)
 		)