Fix warning in test

This commit is contained in:
Andreas Fabri 2024-04-17 08:05:22 +01:00
parent c8c67472b0
commit 02dd6ad63d
1 changed files with 1 additions and 1 deletions

View File

@ -46,6 +46,6 @@ int main()
std::cout << mp << std::endl;
CGAL::Bbox_2 bb = mp.bbox();
std::cout << bb << std::endl;
return 0;
}