Part: modernize C++: use equals default
This commit is contained in:
@@ -47,10 +47,7 @@ TYPESYSTEM_SOURCE(Part::PropertyGeometryList, App::PropertyLists)
|
||||
// Construction/Destruction
|
||||
|
||||
|
||||
PropertyGeometryList::PropertyGeometryList()
|
||||
{
|
||||
|
||||
}
|
||||
PropertyGeometryList::PropertyGeometryList() = default;
|
||||
|
||||
PropertyGeometryList::~PropertyGeometryList()
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user