Gui: modernize C++: use equals default
This commit is contained in:
@@ -144,9 +144,7 @@ TaskWatcherCommandsEmptySelection::TaskWatcherCommandsEmptySelection(const char*
|
||||
{
|
||||
}
|
||||
|
||||
TaskWatcherCommandsEmptySelection::~TaskWatcherCommandsEmptySelection()
|
||||
{
|
||||
}
|
||||
TaskWatcherCommandsEmptySelection::~TaskWatcherCommandsEmptySelection() = default;
|
||||
|
||||
//==== implementer ===========================================================================
|
||||
|
||||
|
||||
Reference in New Issue
Block a user