coverity#1399595 Uninitialized scalar field

Change-Id: I6e6a1e114ee9abf8826dda19e0b7bc3b573e2edf
This commit is contained in:
Caolán McNamara
2017-01-28 12:29:02 +00:00
parent a5233e5112
commit ce2238a7bd

View File

@@ -190,6 +190,7 @@ XMLTransformerBase::XMLTransformerBase( XMLTransformerActionInit *pInit,
m_pReplaceNamespaceMap( new SvXMLNamespaceMap ),
m_pElemActions( new XMLTransformerActions( pInit ) ),
m_pTokenMap( new XMLTransformerTokenMap( pTKMapInit ) ),
nElement(0),
m_xFastAttributes( new sax_fastparser::FastAttributeList( m_xTokenHandler.get(),
dynamic_cast< sax_fastparser::FastTokenHandlerBase *>( m_xTokenHandler.get() ) ) )
{