Part: modernize C++: use equals default
This commit is contained in:
@@ -42,9 +42,7 @@ using namespace Part;
|
||||
PROPERTY_SOURCE(Part::Common, Part::Boolean)
|
||||
|
||||
|
||||
Common::Common()
|
||||
{
|
||||
}
|
||||
Common::Common() = default;
|
||||
|
||||
BRepAlgoAPI_BooleanOperation* Common::makeOperation(const TopoDS_Shape& base, const TopoDS_Shape& tool) const
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user