diff --git a/glm/gtx/io.hpp b/glm/gtx/io.hpp index ee72c6c..84d6170 100644 --- a/glm/gtx/io.hpp +++ b/glm/gtx/io.hpp @@ -34,8 +34,8 @@ std::ostream& operator<<(std::ostream& out, const vec& m) return out; } -template -std::ostream& operator<<(std::ostream& out, const mat<4, 4, T>& m) +template +std::ostream& operator<<(std::ostream& out, const mat& m) { out << std::endl; for(size_t x = 0; x < m.COLS; ++x){