PD: modernize C++: use equals default
This commit is contained in:
@@ -31,9 +31,7 @@ namespace PartDesign {
|
||||
|
||||
PROPERTY_SOURCE(PartDesign::Solid,PartDesign::Feature)
|
||||
|
||||
Solid::Solid()
|
||||
{
|
||||
}
|
||||
Solid::Solid() = default;
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user