PD: modernize C++: use equals default

This commit is contained in:
wmayer
2023-08-22 12:28:24 +02:00
committed by wwmayer
parent b239b57960
commit 622e46771e
52 changed files with 61 additions and 182 deletions

View File

@@ -52,9 +52,7 @@ CoordinateSystem::CoordinateSystem()
Shape.setValue(builder.Shape());
}
CoordinateSystem::~CoordinateSystem()
{
}
CoordinateSystem::~CoordinateSystem() = default;
Base::Vector3d CoordinateSystem::getXAxis()
{