From d48a70d0da999d76228eb5b606be7fa64a27d4ab Mon Sep 17 00:00:00 2001 From: Nik Voss Date: Wed, 5 Aug 2015 16:32:24 +0200 Subject: [PATCH] Fixed typo resulting in warnings when building with -Wpedantic. --- glm/detail/type_mat2x2.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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);