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

@@ -47,14 +47,9 @@ TYPESYSTEM_SOURCE(Part::PropertyTopoShapeList, App::PropertyLists)
//**************************************************************************
// Construction/Destruction
PropertyTopoShapeList::PropertyTopoShapeList()
{
PropertyTopoShapeList::PropertyTopoShapeList() = default;
}
PropertyTopoShapeList::~PropertyTopoShapeList()
{
}
PropertyTopoShapeList::~PropertyTopoShapeList() = default;
void PropertyTopoShapeList::setSize(int newSize)
{