PD: [skip ci] fixes -Wreturn-std-move

This commit is contained in:
wmayer
2021-04-13 18:55:18 +02:00
parent 1e5c0fcef7
commit d504c12517

View File

@@ -461,7 +461,7 @@ TopoDS_Shape Transformed::getRemainingSolids(const TopoDS_Shape& shape)
builder.Add(compShape, xp.Current());
}
return compShape;
return TopoDS_Shape(std::move(compShape));
}
}