diff options
-rw-r--r-- | test/hole.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/hole.cpp b/test/hole.cpp index d0a80a9c..50e9b8f0 100644 --- a/test/hole.cpp +++ b/test/hole.cpp @@ -6,7 +6,7 @@ namespace { using bbox = cut_rectangle_result::bbox; -constexpr auto cut(bbox rect, bbox hole, Vector2i offset) +auto cut(bbox rect, bbox hole, Vector2i offset) { auto rectʹ = bbox { rect.position + offset, rect.bbox_size }; auto holeʹ = bbox { hole.position + offset, hole.bbox_size }; |