Fix the build

pull/5220/head
Kim Kulling 2023-09-06 13:53:57 +02:00
parent 9834a6aa7d
commit d3b12a5ae7
1 changed files with 1 additions and 3 deletions

View File

@ -459,8 +459,7 @@ void CleanupWindowContour(ProjectedWindowContour& window) {
} }
// ------------------------------------------------------------------------------------------------ // ------------------------------------------------------------------------------------------------
void CleanupWindowContours(ContourVector& contours) void CleanupWindowContours(ContourVector& contours) {
{
// Use PolyClipper to clean up window contours // Use PolyClipper to clean up window contours
try { try {
for(ProjectedWindowContour& window : contours) { for(ProjectedWindowContour& window : contours) {
@ -482,7 +481,6 @@ void CleanupOuterContour(const std::vector<IfcVector2>& contour_flat, TempMesh&
// Fix the outer contour using polyclipper // Fix the outer contour using polyclipper
try { try {
ClipperLib::Path subject; ClipperLib::Path subject;
ClipperLib::Clipper clipper; ClipperLib::Clipper clipper;
ClipperLib::Paths clipped; ClipperLib::Paths clipped;