Clarify type

This commit is contained in:
Mael Rouxel-Labbé 2025-01-14 15:31:38 +01:00
parent 4d62746395
commit 97bde2a8b3
1 changed files with 1 additions and 1 deletions

View File

@ -153,7 +153,7 @@ create_exterior_weighted_skeleton_and_offset_polygons_2(const FT& aOffset,
std::vector<boost::shared_ptr<OutPolygon> > hole_polygons =
create_interior_weighted_skeleton_and_offset_polygons_2<OutPolygon>(aOffset,
hole,
{aWeights[weight_pos]},
Weights{aWeights[weight_pos]},
ofk, ssk);
polygons.insert(polygons.end(), hole_polygons.begin(), hole_polygons.end());
}