Gui: modernize C++: use equals default
This commit is contained in:
@@ -40,13 +40,9 @@ using namespace Gui;
|
||||
|
||||
TYPESYSTEM_SOURCE(Gui::InventorNavigationStyle, Gui::UserNavigationStyle)
|
||||
|
||||
InventorNavigationStyle::InventorNavigationStyle()
|
||||
{
|
||||
}
|
||||
InventorNavigationStyle::InventorNavigationStyle() = default;
|
||||
|
||||
InventorNavigationStyle::~InventorNavigationStyle()
|
||||
{
|
||||
}
|
||||
InventorNavigationStyle::~InventorNavigationStyle() = default;
|
||||
|
||||
const char* InventorNavigationStyle::mouseButtons(ViewerMode mode)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user