Base: modernize C++: use equals default

This commit is contained in:
wmayer
2023-08-20 14:54:51 +02:00
parent 44884ecaf7
commit db0f6534c3
12 changed files with 57 additions and 198 deletions

View File

@@ -918,9 +918,7 @@ InventorBuilder::InventorBuilder(std::ostream& output)
result << "#Inventor V2.1 ascii \n\n";
}
InventorBuilder:: ~InventorBuilder()
{
}
InventorBuilder:: ~InventorBuilder() = default;
void InventorBuilder::increaseIndent()
{