From cf6c5668f1d41a0fe02f97351a522ccfb3f245d4 Mon Sep 17 00:00:00 2001 From: Stanislaw Halik Date: Sun, 9 Oct 2022 12:22:14 +0200 Subject: a --- main/app.hpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'main/app.hpp') diff --git a/main/app.hpp b/main/app.hpp index 35fb9481..2303a8b8 100644 --- a/main/app.hpp +++ b/main/app.hpp @@ -14,7 +14,7 @@ #include #include -namespace Magnum::Examples { +namespace floormat { struct app final : Platform::Application { @@ -64,4 +64,4 @@ struct app final : Platform::Application Magnum::Timeline timeline; }; -} // namespace Magnum::Examples +} // namespace floormat -- cgit v1.2.3