Part: modernize C++: use equals default

This commit is contained in:
wmayer
2023-08-22 13:28:42 +02:00
committed by wwmayer
parent 622e46771e
commit b9e9fe435a
103 changed files with 215 additions and 718 deletions

View File

@@ -39,9 +39,7 @@ Part::Polygon::Polygon()
ADD_PROPERTY(Close,(false));
}
Part::Polygon::~Polygon()
{
}
Part::Polygon::~Polygon() = default;
short Part::Polygon::mustExecute() const
{