do not forget to init m_maxAllocatedTextPages

svn path=/trunk/KDE/kdegraphics/okular/; revision=867869
This commit is contained in:
Pino Toscano 2008-10-04 19:13:33 +00:00
parent 1abc126380
commit f1f52f4124

View file

@ -71,6 +71,7 @@ class DocumentPrivate
m_tempFile( 0 ),
m_docSize( -1 ),
m_allocatedPixmapsTotalMemory( 0 ),
m_maxAllocatedTextPages( 0 ),
m_warnedOutOfMemory( false ),
m_rotation( Rotation0 ),
m_exportCached( false ),