diff --git a/glm/detail/type_mat2x2.hpp b/glm/detail/type_mat2x2.hpp index 2f69fa49..aa0c81d7 100644 --- a/glm/detail/type_mat2x2.hpp +++ b/glm/detail/type_mat2x2.hpp @@ -125,7 +125,7 @@ namespace glm // -- Unary arithmetic operators -- - GLM_FUNC_DECL tmat2x2 & operator=(tmat2x2 const & v) GLM_DEFAULT;; + GLM_FUNC_DECL tmat2x2 & operator=(tmat2x2 const & v) GLM_DEFAULT; template GLM_FUNC_DECL tmat2x2 & operator=(tmat2x2 const & m);