From 39a4ee04554a0d419261a8c4f0f98360cb3f40a9 Mon Sep 17 00:00:00 2001 From: Christophe Riccio Date: Sun, 20 Jun 2010 11:42:28 +0100 Subject: [PATCH] Fixed namespace access --- glm/gtx/comparison.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/glm/gtx/comparison.hpp b/glm/gtx/comparison.hpp index 3185d25b..8d12d5f6 100644 --- a/glm/gtx/comparison.hpp +++ b/glm/gtx/comparison.hpp @@ -42,6 +42,6 @@ namespace glm #include "comparison.inl" -namespace glm{using namespace gtx::comparison;} +using namespace glm::gtx::comparison; #endif//glm_gtx_comparison