Mod: modernize C++: use equals default
This commit is contained in:
@@ -329,9 +329,7 @@ Mesher::Mesher(const TopoDS_Shape& s)
|
||||
{
|
||||
}
|
||||
|
||||
Mesher::~Mesher()
|
||||
{
|
||||
}
|
||||
Mesher::~Mesher() = default;
|
||||
|
||||
Mesh::MeshObject* Mesher::createStandard() const
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user