TD: modernize C++: use override

This commit is contained in:
wmayer
2023-08-04 12:23:35 +02:00
committed by wwmayer
parent 6ff3ee9951
commit ed251a914b
75 changed files with 275 additions and 275 deletions

View File

@@ -63,7 +63,7 @@ public:
}
// from base class
virtual PyObject *getPyObject(void) override;
PyObject *getPyObject(void) override;
private:
static const char* OrientationEnums[];