summaryrefslogtreecommitdiffstats
path: root/src/activeqt/control/qclassfactory_p.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/activeqt/control/qclassfactory_p.h')
-rw-r--r--src/activeqt/control/qclassfactory_p.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/activeqt/control/qclassfactory_p.h b/src/activeqt/control/qclassfactory_p.h
index 86fea60..b74123f 100644
--- a/src/activeqt/control/qclassfactory_p.h
+++ b/src/activeqt/control/qclassfactory_p.h
@@ -102,8 +102,8 @@ public:
protected:
CRITICAL_SECTION refCountSection;
- LONG ref;
- bool licensed;
+ LONG ref = 0;
+ bool licensed = false;
QString classKey;
};