Browse Source

Fixed build

Christophe Riccio 10 years ago
parent
commit
d8f7b080d0
1 changed files with 1 additions and 1 deletions
  1. 1 1
      glm/gtc/constants.inl

+ 1 - 1
glm/gtc/constants.inl

@@ -185,7 +185,7 @@ namespace glm
 	}
 
 	template <typename genType>
-	GLM_FUNC_QUALIFIER genType ln_ln_two()
+	GLM_FUNC_QUALIFIER GLM_CONSTEXPR genType ln_ln_two()
 	{
 		return genType(-0.3665129205816643);
 	}