diff options
Diffstat (limited to 'editor/tests/path-test.cpp')
-rw-r--r-- | editor/tests/path-test.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/editor/tests/path-test.cpp b/editor/tests/path-test.cpp index 6bb89bef..c94fdc36 100644 --- a/editor/tests/path-test.cpp +++ b/editor/tests/path-test.cpp @@ -15,7 +15,7 @@ namespace floormat::tests { using namespace floormat::imgui; -struct path_test : base_test +struct path_test final : base_test { bool handle_key(app& a, const key_event& e, bool is_down) override; bool handle_mouse_click(app& a, const mouse_button_event& e, bool is_down) override; |