Inspection: modernize C++: use equals default

This commit is contained in:
wmayer
2023-08-21 13:44:55 +02:00
committed by wwmayer
parent 2bcec7717d
commit 1bbcb519b5
7 changed files with 16 additions and 44 deletions

View File

@@ -37,8 +37,6 @@ public:
initialize("This module is the Inspection module."); // register with Python
}
~Module() override {}
private:
};