INTEGRATION: CWS pj65 (1.8.30); FILE MERGED
2006/10/24 06:50:55 pjanik 1.8.30.1: #i70659#: Prevent warnings on Mac OS X. Patch from sb.
This commit is contained in:
parent
044f9123c9
commit
c2042d38df
1 changed files with 3 additions and 2 deletions
|
@ -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)
|
||||
{}
|
||||
|
||||
|
|
Loading…
Reference in a new issue