diff --git a/glm/gtx/io.inl b/glm/gtx/io.inl index 9735cd15..e4f72570 100644 --- a/glm/gtx/io.inl +++ b/glm/gtx/io.inl @@ -379,8 +379,8 @@ namespace detail io::format_punct const& fmt(io::get_facet >(os)); M const& ml(a.first); M const& mr(a.second); - length_t const& cols(type>::cols); - length_t const& rows(type>::rows); + length_t const& cols(type >::cols); + length_t const& rows(type >::rows); if(fmt.formatted) {