summaryrefslogtreecommitdiffhomepage
path: root/attic/hash.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'attic/hash.hpp')
-rw-r--r--attic/hash.hpp4
1 files changed, 2 insertions, 2 deletions
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 <cstddef>
#include <cstdint>
-namespace Magnum::Examples {
+namespace floormat {
template<unsigned N = sizeof(std::size_t)*8> struct hash;
@@ -22,4 +22,4 @@ struct hash<64> final {
}
};
-} // namespace Magnum::Examples
+} // namespace floormat