Fem: modernize C++: use equals default

This commit is contained in:
wmayer
2023-08-21 12:25:49 +02:00
committed by wwmayer
parent 0c0a4473cd
commit d525e0d308
83 changed files with 161 additions and 449 deletions

View File

@@ -66,9 +66,7 @@ FemMeshShapeObject::FemMeshShapeObject()
"Geometry object, the mesh is made from. The geometry object has to have a Shape.");
}
FemMeshShapeObject::~FemMeshShapeObject()
{
}
FemMeshShapeObject::~FemMeshShapeObject() = default;
App::DocumentObjectExecReturn *FemMeshShapeObject::execute()
{