0031035: Coding - uninitialized class fields reported by Visual Studio Code Analysis
[occt.git] / src / BRepTools / BRepTools_ReShape.cxx
index c4c10a4..4eb968e 100644 (file)
@@ -116,6 +116,7 @@ static void CopyRanges (const TopoDS_Shape& toedge, const TopoDS_Shape& fromedge
 //=======================================================================
 
 BRepTools_ReShape::BRepTools_ReShape()
+: myStatus(-1)
 {
   myConsiderLocation = Standard_False;
 }