From 6088e62291f6c1064d0c2ac8d93a0bc3c129bdad Mon Sep 17 00:00:00 2001 From: Christophe Riccio Date: Sun, 8 May 2011 19:41:13 +0100 Subject: [PATCH] Fixed namespace error --- glm/gtx/matrix_operation.inl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/glm/gtx/matrix_operation.inl b/glm/gtx/matrix_operation.inl index 3af709f1..74f1377c 100644 --- a/glm/gtx/matrix_operation.inl +++ b/glm/gtx/matrix_operation.inl @@ -8,7 +8,7 @@ /////////////////////////////////////////////////////////////////////////////////////////////////// namespace glm{ -namespace gtc{ +namespace gtx{ namespace matrix_operation { template