Base: modernize C++: use equals default
This commit is contained in:
@@ -918,9 +918,7 @@ InventorBuilder::InventorBuilder(std::ostream& output)
|
||||
result << "#Inventor V2.1 ascii \n\n";
|
||||
}
|
||||
|
||||
InventorBuilder:: ~InventorBuilder()
|
||||
{
|
||||
}
|
||||
InventorBuilder:: ~InventorBuilder() = default;
|
||||
|
||||
void InventorBuilder::increaseIndent()
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user