diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2024-06-07 00:37:47 +0200 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2024-06-07 00:37:47 +0200 |
commit | a59ca6b1ce578cfd2dfb9b0094d24371c7c23c7b (patch) | |
tree | 9f72667cc212eb761a354473e81de59cd4af75fd /editor | |
parent | d74ef616fb7ad81e56116f69af265ea51cf91d04 (diff) |
d
Diffstat (limited to 'editor')
-rw-r--r-- | editor/tests/hole-test.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/editor/tests/hole-test.cpp b/editor/tests/hole-test.cpp index bc422b2a..7b6041b2 100644 --- a/editor/tests/hole-test.cpp +++ b/editor/tests/hole-test.cpp @@ -56,7 +56,7 @@ constexpr auto colors = std::array{ 0x6dd4ff_rgbf, // rect 8 }; -void hole_test::draw_ui(app& a, float) +void hole_test::draw_ui(app&, float) { using Cr = CutResult<Int>; using bbox = Cr::bbox; |