Browse Source

Fixed namespace access

Christophe Riccio 15 years ago
parent
commit
39a4ee0455
1 changed files with 1 additions and 1 deletions
  1. 1 1
      glm/gtx/comparison.hpp

+ 1 - 1
glm/gtx/comparison.hpp

@@ -42,6 +42,6 @@ namespace glm
 
 
 #include "comparison.inl"
 #include "comparison.inl"
 
 
-namespace glm{using namespace gtx::comparison;}
+using namespace glm::gtx::comparison;
 
 
 #endif//glm_gtx_comparison
 #endif//glm_gtx_comparison