diff --git a/src/Mod/Part/App/TopoShapeEx.cpp b/src/Mod/Part/App/TopoShapeEx.cpp index acc6f8d845e8..cc210ac87a83 100644 --- a/src/Mod/Part/App/TopoShapeEx.cpp +++ b/src/Mod/Part/App/TopoShapeEx.cpp @@ -2987,7 +2987,7 @@ TopoShape &TopoShape::makEWires(const TopoShape &shape, bool shared, TopoShapeMap *output) { - return makEWires({shape}, op , tol, shared, output); + return makEWires(std::vector{shape}, op , tol, shared, output); } struct EdgePoints {