remember to always intialize your vars; m_init, in this case

BUG: 192293

svn path=/trunk/KDE/kdegraphics/okular/; revision=972753
This commit is contained in:
Pino Toscano 2009-05-25 15:33:08 +00:00
parent 1d133e2016
commit 372968eb6c

View file

@ -17,7 +17,7 @@
#include "core/annotations.h"
AnnotatorEngine::AnnotatorEngine( const QDomElement & engineElement )
: m_engineElement( engineElement ), m_creationCompleted( false )
: m_engineElement( engineElement ), m_creationCompleted( false ), m_item( 0 )
{
// parse common engine attributes
if ( engineElement.hasAttribute( "color" ) )