cid#707669 uninitialized pointer value

Change-Id: I252f88ba76d9b927d472655d2bee71cc85b22452
This commit is contained in:
Noel Grandin
2014-02-12 12:38:18 +02:00
parent 571d116d28
commit a1b1625cfd

View File

@@ -32,6 +32,7 @@ namespace wrapper
WrappedNumberFormatProperty::WrappedNumberFormatProperty( ::boost::shared_ptr< Chart2ModelContact > spChart2ModelContact )
: WrappedDirectStateProperty( "NumberFormat", "NumberFormat" )
, m_spChart2ModelContact(spChart2ModelContact)
, m_pWrappedLinkNumberFormatProperty(NULL)
{
m_aOuterValue = getPropertyDefault( 0 );
}