summaryrefslogtreecommitdiffhomepage
path: root/test/app.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'test/app.hpp')
-rw-r--r--test/app.hpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/test/app.hpp b/test/app.hpp
index 4647001e..943e53a3 100644
--- a/test/app.hpp
+++ b/test/app.hpp
@@ -2,10 +2,10 @@
#include <Magnum/Magnum.h>
#include <Magnum/Platform/WindowlessWglApplication.h>
namespace floormat {
-struct app final : Platform::WindowlessWglApplication // NOLINT(cppcoreguidelines-virtual-class-destructor)
+struct floormat final : Platform::WindowlessWglApplication // NOLINT(cppcoreguidelines-virtual-class-destructor)
{
- explicit app(const Arguments& arguments);
- ~app();
+ explicit floormat(const Arguments& arguments);
+ ~floormat();
int exec() override;
static bool test_json();
static bool test_tile_iter();