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

This commit is contained in:
wmayer
2021-04-13 18:55:18 +02:00
parent d573386ec1
commit 2fd0bb6859

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));
}
}