PD: modernize C++: use default member init
This commit is contained in:
@@ -52,7 +52,7 @@ public:
|
||||
App::PropertyBool Refine;
|
||||
|
||||
protected:
|
||||
Type addSubType;
|
||||
Type addSubType{Additive};
|
||||
|
||||
TopoDS_Shape refineShapeIfActive(const TopoDS_Shape&) const;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user