PD: modernize C++: use equals default
This commit is contained in:
@@ -52,9 +52,7 @@ CoordinateSystem::CoordinateSystem()
|
||||
Shape.setValue(builder.Shape());
|
||||
}
|
||||
|
||||
CoordinateSystem::~CoordinateSystem()
|
||||
{
|
||||
}
|
||||
CoordinateSystem::~CoordinateSystem() = default;
|
||||
|
||||
Base::Vector3d CoordinateSystem::getXAxis()
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user