Part: Ensure ShapeHistory is fully initialized
Coverity issue 515690
This commit is contained in:
committed by
Benjamin Nauck
parent
e12deea20e
commit
69bbee9583
@@ -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() {}
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user