From 12b5fb2a88f0394a7a9c1cdf89cda3a74bf6f289 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C5=A0imon=20Tup=C3=BD?= <71839692+Goubermouche@users.noreply.github.com> Date: Sun, 24 Jul 2022 06:04:19 +0200 Subject: [PATCH] Fixed a typo in io.hpp. --- glm/gtx/io.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/glm/gtx/io.hpp b/glm/gtx/io.hpp index 8d974f00..68b5499b 100644 --- a/glm/gtx/io.hpp +++ b/glm/gtx/io.hpp @@ -150,7 +150,7 @@ namespace glm template std::basic_ios& formatted(std::basic_ios&); template - std::basic_ios& unformattet(std::basic_ios&); + std::basic_ios& unformatted(std::basic_ios&); template std::basic_ostream& operator<<(std::basic_ostream&, precision const&);