fix override warnings

This commit is contained in:
wmayer
2017-09-15 01:49:12 +02:00
parent 5e417af9c1
commit ed87b819cb
4 changed files with 14 additions and 14 deletions

View File

@@ -106,7 +106,7 @@ public:
static DocumentObject* getGroupOfObject(const DocumentObject* obj);
//@}
virtual PyObject* getExtensionPyObject(void);
virtual PyObject* getExtensionPyObject(void) override;
virtual void extensionOnChanged(const Property* p) override;