summaryrefslogtreecommitdiffstats
path: root/src/activeqt/control/qaxbindable.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/activeqt/control/qaxbindable.h')
-rw-r--r--src/activeqt/control/qaxbindable.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/activeqt/control/qaxbindable.h b/src/activeqt/control/qaxbindable.h
index c5d2630..d895d1a 100644
--- a/src/activeqt/control/qaxbindable.h
+++ b/src/activeqt/control/qaxbindable.h
@@ -82,7 +82,7 @@ protected:
IUnknown *clientSite() const;
private:
- IAxServerBase *activex;
+ IAxServerBase *activex = nullptr;
};
QT_END_NAMESPACE