Sheet: modernize C++: use equals default

This commit is contained in:
wmayer
2023-08-22 11:29:02 +02:00
committed by wwmayer
parent 73946faa15
commit 8027aed557
11 changed files with 10 additions and 30 deletions

View File

@@ -63,9 +63,7 @@ Workbench::Workbench()
{
}
Workbench::~Workbench()
{
}
Workbench::~Workbench() = default;
void Workbench::activated()
{