diff options
Diffstat (limited to 'editor/tests/region-test.cpp')
-rw-r--r-- | editor/tests/region-test.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/editor/tests/region-test.cpp b/editor/tests/region-test.cpp index c3770e64..e17cd130 100644 --- a/editor/tests/region-test.cpp +++ b/editor/tests/region-test.cpp @@ -41,7 +41,7 @@ void do_column(StringView name) ImGui::TableNextColumn(); } -struct region_test : base_test +struct region_test final : base_test { result_s result; pending_s pending; |