diff options
| author | Stanislaw Halik <sthalik@misaki.pl> | 2022-10-09 12:22:14 +0200 |
|---|---|---|
| committer | Stanislaw Halik <sthalik@misaki.pl> | 2022-10-09 12:22:14 +0200 |
| commit | cf6c5668f1d41a0fe02f97351a522ccfb3f245d4 (patch) | |
| tree | 2dd795feb2b735773ca936effa57884986196aca /test/tile-iter.cpp | |
| parent | b581b559fe426f39b1d548ca27f03cb22dd2ed22 (diff) | |
a
Diffstat (limited to 'test/tile-iter.cpp')
| -rw-r--r-- | test/tile-iter.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
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 |
