From d8f7b080d0ad70b77e23b11f7f856538c58ee59d Mon Sep 17 00:00:00 2001 From: Christophe Riccio Date: Mon, 31 Aug 2015 22:25:12 +0200 Subject: [PATCH] Fixed build --- glm/gtc/constants.inl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/glm/gtc/constants.inl b/glm/gtc/constants.inl index 0023f449..8214f606 100644 --- a/glm/gtc/constants.inl +++ b/glm/gtc/constants.inl @@ -185,7 +185,7 @@ namespace glm } template - GLM_FUNC_QUALIFIER genType ln_ln_two() + GLM_FUNC_QUALIFIER GLM_CONSTEXPR genType ln_ln_two() { return genType(-0.3665129205816643); }