Part: modernize C++: use equals default
This commit is contained in:
@@ -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)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user