Gui: modernize C++: use equals default
This commit is contained in:
@@ -43,9 +43,7 @@ BlenderNavigationStyle::BlenderNavigationStyle() : lockButton1(false)
|
||||
{
|
||||
}
|
||||
|
||||
BlenderNavigationStyle::~BlenderNavigationStyle()
|
||||
{
|
||||
}
|
||||
BlenderNavigationStyle::~BlenderNavigationStyle() = default;
|
||||
|
||||
const char* BlenderNavigationStyle::mouseButtons(ViewerMode mode)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user