From 1dd95326054797d56b0ac8e2a31ea4cb1201fa73 Mon Sep 17 00:00:00 2001 From: Christophe Riccio Date: Tue, 26 Apr 2011 12:42:01 +0100 Subject: [PATCH] Fixed ULP declaration --- glm/gtx/ulp.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/glm/gtx/ulp.hpp b/glm/gtx/ulp.hpp index 18ce2f53..fce68d73 100644 --- a/glm/gtx/ulp.hpp +++ b/glm/gtx/ulp.hpp @@ -32,7 +32,7 @@ namespace glm //! Return the number of ULP between 2 variables. //! From GLM_GTX_ulp extension. template - genIType ulp( + std::size_t ulp( genType const & a, genType const & b);