RE: modernize C++: use equals default

This commit is contained in:
wmayer
2023-08-22 11:38:29 +02:00
committed by wwmayer
parent 1ac09bccc3
commit f336ebd1e6
12 changed files with 12 additions and 55 deletions

View File

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