Part: Ensure ShapeHistory is fully initialized

Coverity issue 515690
This commit is contained in:
Chris Hennes
2025-03-20 23:00:08 -05:00
committed by Benjamin Nauck
parent e12deea20e
commit 69bbee9583

View File

@@ -126,7 +126,7 @@ struct PartExport ShapeHistory {
using MapList = std::map<int, std::vector<int> >;
using List = std::vector<int>;
TopAbs_ShapeEnum type;
TopAbs_ShapeEnum type {TopAbs_SHAPE};
MapList shapeMap;
ShapeHistory() {}
/**