Fixed typo resulting in warnings when building with -Wpedantic.

This commit is contained in:
Nik Voss 2015-08-05 16:32:24 +02:00
parent 134166940d
commit d48a70d0da

View file

@ -125,7 +125,7 @@ namespace glm
// -- Unary arithmetic operators --
GLM_FUNC_DECL tmat2x2<T, P> & operator=(tmat2x2<T, P> const & v) GLM_DEFAULT;;
GLM_FUNC_DECL tmat2x2<T, P> & operator=(tmat2x2<T, P> const & v) GLM_DEFAULT;
template <typename U>
GLM_FUNC_DECL tmat2x2<T, P> & operator=(tmat2x2<U, P> const & m);