Surface: modernize C++: use equals default

This commit is contained in:
wmayer
2023-08-22 08:32:21 +02:00
committed by wwmayer
parent ba6365f950
commit 93ac88bcc3
13 changed files with 3 additions and 41 deletions

View File

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