Mod: Use override etc 2

This commit is contained in:
berniev
2022-08-09 11:53:46 +10:00
committed by wwmayer
parent 0c70d45c83
commit ddafb98813
697 changed files with 4956 additions and 4956 deletions

View File

@@ -40,7 +40,7 @@ public:
initialize("This module is the PartDesign module."); // register with Python
}
virtual ~Module() {}
~Module() override {}
private:
Py::Object makeFilletArc(const Py::Tuple& args)