From e1f219a3515f89eb092c656943e6273f08a5317e Mon Sep 17 00:00:00 2001 From: Celestin de Villa Date: Tue, 13 Oct 2015 17:02:28 +0200 Subject: [PATCH] Revert "fix definition to match declaration" This reverts commit 62ced8df391ca0c084950ca298ce5f20dbce3252. --- 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 e40eb7f3..b86c347b 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 const & angle) + GLM_FUNC_QUALIFIER genType cot(genType angle) { GLM_STATIC_ASSERT(std::numeric_limits::is_iec559, "'cot' only accept floating-point values");