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