summaryrefslogtreecommitdiffstats
path: root/src/activeqt/container/qaxobject.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/activeqt/container/qaxobject.h')
-rw-r--r--src/activeqt/container/qaxobject.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/activeqt/container/qaxobject.h b/src/activeqt/container/qaxobject.h
index bebc60a..587b532 100644
--- a/src/activeqt/container/qaxobject.h
+++ b/src/activeqt/container/qaxobject.h
@@ -66,7 +66,7 @@ public:
explicit QAxObject(QObject *parent = nullptr);
explicit QAxObject(const QString &c, QObject *parent = nullptr);
explicit QAxObject(IUnknown *iface, QObject *parent = nullptr);
- ~QAxObject();
+ ~QAxObject() override;
bool doVerb(const QString &verb);