summaryrefslogtreecommitdiff
path: root/registry/inc
diff options
context:
space:
mode:
Diffstat (limited to 'registry/inc')
-rw-r--r--registry/inc/registry/registry.hxx5
1 files changed, 3 insertions, 2 deletions
diff --git a/registry/inc/registry/registry.hxx b/registry/inc/registry/registry.hxx
index 91a5d5822711..e6c479f6b66b 100644
--- a/registry/inc/registry/registry.hxx
+++ b/registry/inc/registry/registry.hxx
@@ -4,9 +4,9 @@
*
* $RCSfile: registry.hxx,v $
*
- * $Revision: 1.8 $
+ * $Revision: 1.9 $
*
- * last change: $Author: rt $ $Date: 2005-09-09 05:13:12 $
+ * last change: $Author: vg $ $Date: 2006-11-21 17:51:34 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -393,6 +393,7 @@ public:
RegistryValueList()
: m_length(0)
, m_pValueList(NULL)
+ , m_valueType(RG_VALUETYPE_NOT_DEFINED)
, m_registry(NULL)
{}