Part: modernize C++: use equals default
This commit is contained in:
@@ -39,10 +39,7 @@ ViewProviderCylinderParametric::ViewProviderCylinderParametric()
|
||||
sPixmap = "Part_Cylinder_Parametric";
|
||||
}
|
||||
|
||||
ViewProviderCylinderParametric::~ViewProviderCylinderParametric()
|
||||
{
|
||||
|
||||
}
|
||||
ViewProviderCylinderParametric::~ViewProviderCylinderParametric() = default;
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user