diff options
| author | Stanislaw Halik <sthalik@misaki.pl> | 2024-02-03 21:10:47 +0100 |
|---|---|---|
| committer | Stanislaw Halik <sthalik@misaki.pl> | 2024-02-03 21:10:47 +0100 |
| commit | 879b4d9c629b59388caa202bfd72e1ca1c5992fa (patch) | |
| tree | 60d654b7a30b4091c8cd0b098aebbe74c61eac0c /editor/tests/path-test.cpp | |
| parent | f9ada1a260aa978261512573c73f00987a4f875b (diff) | |
a
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 703a0f3a..43e2b041 100644 --- a/editor/tests/path-test.cpp +++ b/editor/tests/path-test.cpp @@ -157,7 +157,7 @@ void path_test::update_post(app& a) (void)a; } -void path_test::draw_ui(app& a, float width) +void path_test::draw_ui(app&, float) { constexpr ImGuiTableFlags table_flags = ImGuiTableFlags_BordersInnerV | ImGuiTableFlags_ScrollY; constexpr auto colflags_1 = ImGuiTableColumnFlags_NoResize | ImGuiTableColumnFlags_NoReorder | ImGuiTableColumnFlags_NoSort; |
