PD: modernize C++: use equals default
This commit is contained in:
@@ -83,10 +83,7 @@ TaskDlgFeatureParameters::TaskDlgFeatureParameters(PartDesignGui::ViewProvider *
|
||||
assert(vp);
|
||||
}
|
||||
|
||||
TaskDlgFeatureParameters::~TaskDlgFeatureParameters()
|
||||
{
|
||||
|
||||
}
|
||||
TaskDlgFeatureParameters::~TaskDlgFeatureParameters() = default;
|
||||
|
||||
bool TaskDlgFeatureParameters::accept() {
|
||||
App::DocumentObject* feature = vp->getObject();
|
||||
|
||||
Reference in New Issue
Block a user