diff options
Diffstat (limited to 'main/app.hpp')
-rw-r--r-- | main/app.hpp | 4 |
1 files changed, 2 insertions, 2 deletions
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 <Magnum/GL/DebugOutput.h> #include <memory> -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 |