Gui: modernize C++: use equals default
This commit is contained in:
@@ -93,10 +93,7 @@ TaskDlgRelocation::TaskDlgRelocation()
|
||||
{
|
||||
}
|
||||
|
||||
TaskDlgRelocation::~TaskDlgRelocation()
|
||||
{
|
||||
|
||||
}
|
||||
TaskDlgRelocation::~TaskDlgRelocation() = default;
|
||||
|
||||
//==== calls from the TaskView ===============================================================
|
||||
|
||||
|
||||
Reference in New Issue
Block a user