From 216ad4c34da399d3cb0e28f31fec5ed4ab32c180 Mon Sep 17 00:00:00 2001 From: tszirr Date: Mon, 27 May 2013 15:07:22 +0200 Subject: [PATCH] Add more missing GLM_FUNC_QUALIFIERs --- glm/core/func_common.inl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/glm/core/func_common.inl b/glm/core/func_common.inl index 11045da6..1c0d9df9 100644 --- a/glm/core/func_common.inl +++ b/glm/core/func_common.inl @@ -36,7 +36,7 @@ namespace detail template struct Abs_ { - static genFIType get(genFIType const & x) + GLM_FUNC_QUALIFIER static genFIType get(genFIType const & x) { GLM_STATIC_ASSERT( detail::type::is_float || @@ -49,7 +49,7 @@ namespace detail template struct Abs_ { - static genFIType get(genFIType const & x) + GLM_FUNC_QUALIFIER static genFIType get(genFIType const & x) { GLM_STATIC_ASSERT( detail::type::is_uint, "'abs' only accept floating-point and integer inputs");