summaryrefslogtreecommitdiffhomepage
path: root/test/app.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'test/app.hpp')
-rw-r--r--test/app.hpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/app.hpp b/test/app.hpp
index a7bb7d8b..4647001e 100644
--- a/test/app.hpp
+++ b/test/app.hpp
@@ -1,7 +1,7 @@
#pragma once
#include <Magnum/Magnum.h>
#include <Magnum/Platform/WindowlessWglApplication.h>
-namespace Magnum::Examples {
+namespace floormat {
struct app final : Platform::WindowlessWglApplication // NOLINT(cppcoreguidelines-virtual-class-destructor)
{
explicit app(const Arguments& arguments);
@@ -11,4 +11,4 @@ struct app final : Platform::WindowlessWglApplication // NOLINT(cppcoreguideline
static bool test_tile_iter();
static bool test_const_math();
};
-} // namespace Magnum::Examples
+} // namespace floormat