summaryrefslogtreecommitdiffhomepage
path: root/attic
diff options
context:
space:
mode:
authorStanislaw Halik <sthalik@misaki.pl>2022-10-09 12:22:14 +0200
committerStanislaw Halik <sthalik@misaki.pl>2022-10-09 12:22:14 +0200
commitcf6c5668f1d41a0fe02f97351a522ccfb3f245d4 (patch)
tree2dd795feb2b735773ca936effa57884986196aca /attic
parentb581b559fe426f39b1d548ca27f03cb22dd2ed22 (diff)
a
Diffstat (limited to 'attic')
-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