Gui: modernize C++: use equals default
This commit is contained in:
@@ -54,10 +54,7 @@ ControlSingleton::ControlSingleton()
|
||||
|
||||
}
|
||||
|
||||
ControlSingleton::~ControlSingleton()
|
||||
{
|
||||
|
||||
}
|
||||
ControlSingleton::~ControlSingleton() = default;
|
||||
|
||||
Gui::TaskView::TaskView* ControlSingleton::taskPanel() const
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user