PD: modernize C++: use equals default

This commit is contained in:
wmayer
2023-08-22 12:28:24 +02:00
committed by wwmayer
parent e3809702d2
commit ca1cb21498
52 changed files with 61 additions and 182 deletions

View File

@@ -336,10 +336,7 @@ TaskDlgChamferParameters::TaskDlgChamferParameters(ViewProviderChamfer *DressUpV
Content.push_back(parameter);
}
TaskDlgChamferParameters::~TaskDlgChamferParameters()
{
}
TaskDlgChamferParameters::~TaskDlgChamferParameters() = default;
//==== calls from the TaskView ===============================================================