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");