PD: modernize C++: use default member init

This commit is contained in:
wmayer
2023-08-22 17:46:48 +02:00
committed by wwmayer
parent 8b8f970b27
commit 5686149cd3
8 changed files with 6 additions and 13 deletions

View File

@@ -52,7 +52,7 @@ public:
App::PropertyBool Refine;
protected:
Type addSubType;
Type addSubType{Additive};
TopoDS_Shape refineShapeIfActive(const TopoDS_Shape&) const;
};