Sheet: modernize C++: use equals default

This commit is contained in:
wmayer
2023-08-22 11:29:02 +02:00
committed by wwmayer
parent 5d585de259
commit 1ac09bccc3
11 changed files with 10 additions and 30 deletions

View File

@@ -166,9 +166,7 @@ Cell &Cell::operator =(const Cell &rhs)
*
*/
Cell::~Cell()
{
}
Cell::~Cell() = default;
/**
* Set the expression tree to \a expr.