From 7d3a2d7743c4ec59b8801ca83cb15ea84eaa83d2 Mon Sep 17 00:00:00 2001 From: Christophe Riccio Date: Sun, 28 Aug 2011 20:23:28 +0100 Subject: [PATCH] Fixed cppcheck type --- glm/core/_detail.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/glm/core/_detail.hpp b/glm/core/_detail.hpp index f78ea470..3b6a3b7d 100644 --- a/glm/core/_detail.hpp +++ b/glm/core/_detail.hpp @@ -324,6 +324,7 @@ namespace detail is_bool = is_bool::_YES }; }; +}//namespace detail ////////////////// // type @@ -342,7 +343,6 @@ namespace detail typedef float float32; typedef double float64; -}//namespace detail }//namespace glm #if((GLM_COMPILER & GLM_COMPILER_VC) && (GLM_COMPILER >= GLM_COMPILER_VC2005))