From 62ced8df391ca0c084950ca298ce5f20dbce3252 Mon Sep 17 00:00:00 2001 From: Celestin de Villa Date: Wed, 12 Aug 2015 22:03:06 +0200 Subject: [PATCH] fix definition to match declaration --- glm/gtc/reciprocal.inl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/glm/gtc/reciprocal.inl b/glm/gtc/reciprocal.inl index b86c347b..e40eb7f3 100644 --- a/glm/gtc/reciprocal.inl +++ b/glm/gtc/reciprocal.inl @@ -67,7 +67,7 @@ namespace glm // cot template - GLM_FUNC_QUALIFIER genType cot(genType angle) + GLM_FUNC_QUALIFIER genType cot(genType const & angle) { GLM_STATIC_ASSERT(std::numeric_limits::is_iec559, "'cot' only accept floating-point values");