cppcheck: uninit member variable
This commit is contained in:
parent
e1a5999502
commit
14b8caf1cf
1 changed files with 2 additions and 1 deletions
|
@ -73,7 +73,8 @@ struct Writer_Impl
|
|||
|
||||
Writer_Impl::Writer_Impl()
|
||||
: m_pStream(0)
|
||||
, pSrcArr( 0 ), pDestArr( 0 ), pFontRemoveLst( 0 ), pBkmkNodePos( 0 )
|
||||
, pSrcArr( 0 ), pDestArr( 0 ), pFontRemoveLst( 0 )
|
||||
, pBkmkArr( 0 ), pBkmkNodePos( 0 )
|
||||
{
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue