From cf6c5668f1d41a0fe02f97351a522ccfb3f245d4 Mon Sep 17 00:00:00 2001 From: Stanislaw Halik Date: Sun, 9 Oct 2022 12:22:14 +0200 Subject: a --- test/tile-iter.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'test/tile-iter.cpp') diff --git a/test/tile-iter.cpp b/test/tile-iter.cpp index 360b2319..3aeb3ba2 100644 --- a/test/tile-iter.cpp +++ b/test/tile-iter.cpp @@ -1,6 +1,6 @@ #include "app.hpp" #include "chunk.hpp" -namespace Magnum::Examples { +namespace floormat { static inline bool always_false() { @@ -47,5 +47,5 @@ bool app::test_tile_iter() // NOLINT(readability-function-size) return true; } -} // namespace Magnum::Examples +} // namespace floormat -- cgit v1.2.3