From 69bbee95839a71fba5ca358198ae79b79c314bd0 Mon Sep 17 00:00:00 2001 From: Chris Hennes Date: Thu, 20 Mar 2025 23:00:08 -0500 Subject: [PATCH] Part: Ensure ShapeHistory is fully initialized Coverity issue 515690 --- src/Mod/Part/App/PropertyTopoShape.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Mod/Part/App/PropertyTopoShape.h b/src/Mod/Part/App/PropertyTopoShape.h index 8234da4cf3..87b038de5a 100644 --- a/src/Mod/Part/App/PropertyTopoShape.h +++ b/src/Mod/Part/App/PropertyTopoShape.h @@ -126,7 +126,7 @@ struct PartExport ShapeHistory { using MapList = std::map >; using List = std::vector; - TopAbs_ShapeEnum type; + TopAbs_ShapeEnum type {TopAbs_SHAPE}; MapList shapeMap; ShapeHistory() {} /**