Mod: modernize C++: use equals default
This commit is contained in:
@@ -31,13 +31,9 @@ using namespace ImportGui;
|
||||
/// @namespace ImportGui @class Workbench
|
||||
TYPESYSTEM_SOURCE(ImportGui::Workbench, Gui::StdWorkbench)
|
||||
|
||||
Workbench::Workbench()
|
||||
{
|
||||
}
|
||||
Workbench::Workbench() = default;
|
||||
|
||||
Workbench::~Workbench()
|
||||
{
|
||||
}
|
||||
Workbench::~Workbench() = default;
|
||||
|
||||
Gui::ToolBarItem* Workbench::setupToolBars() const
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user