Fixed namespace access

This commit is contained in:
Christophe Riccio 2010-06-20 11:42:28 +01:00
parent 945ebc6819
commit 39a4ee0455

View File

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