cid#707669 uninitialized pointer value
Change-Id: I252f88ba76d9b927d472655d2bee71cc85b22452
This commit is contained in:
@@ -32,6 +32,7 @@ namespace wrapper
|
|||||||
WrappedNumberFormatProperty::WrappedNumberFormatProperty( ::boost::shared_ptr< Chart2ModelContact > spChart2ModelContact )
|
WrappedNumberFormatProperty::WrappedNumberFormatProperty( ::boost::shared_ptr< Chart2ModelContact > spChart2ModelContact )
|
||||||
: WrappedDirectStateProperty( "NumberFormat", "NumberFormat" )
|
: WrappedDirectStateProperty( "NumberFormat", "NumberFormat" )
|
||||||
, m_spChart2ModelContact(spChart2ModelContact)
|
, m_spChart2ModelContact(spChart2ModelContact)
|
||||||
|
, m_pWrappedLinkNumberFormatProperty(NULL)
|
||||||
{
|
{
|
||||||
m_aOuterValue = getPropertyDefault( 0 );
|
m_aOuterValue = getPropertyDefault( 0 );
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user