summaryrefslogtreecommitdiff
path: root/src/activeqt/container/qaxscript.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/activeqt/container/qaxscript.h')
-rw-r--r--src/activeqt/container/qaxscript.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/activeqt/container/qaxscript.h b/src/activeqt/container/qaxscript.h
index 8abd72a..ef2ae0a 100644
--- a/src/activeqt/container/qaxscript.h
+++ b/src/activeqt/container/qaxscript.h
@@ -82,7 +82,7 @@ public:
long queryInterface(const QUuid &, void**) const;
protected:
- bool initialize(IUnknown** ptr);
+ bool initialize(IUnknown** ptr) Q_DECL_OVERRIDE;
private:
QAxScript *script_code;