From cf6c5668f1d41a0fe02f97351a522ccfb3f245d4 Mon Sep 17 00:00:00 2001 From: Stanislaw Halik Date: Sun, 9 Oct 2022 12:22:14 +0200 Subject: a --- attic/hash.hpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'attic/hash.hpp') diff --git a/attic/hash.hpp b/attic/hash.hpp index 75eea7a9..c915ce95 100644 --- a/attic/hash.hpp +++ b/attic/hash.hpp @@ -2,7 +2,7 @@ #include #include -namespace Magnum::Examples { +namespace floormat { template struct hash; @@ -22,4 +22,4 @@ struct hash<64> final { } }; -} // namespace Magnum::Examples +} // namespace floormat -- cgit v1.2.3