Kaydet (Commit) 4e7a52e4 authored tarafından Luboš Luňák's avatar Luboš Luňák

fix uninitialized member

üst 48aa50e1
...@@ -254,6 +254,7 @@ size_t ImpLabelList::ImplGetLabelPos( const String& rLabelName ) ...@@ -254,6 +254,7 @@ size_t ImpLabelList::ImplGetLabelPos( const String& rLabelName )
// --------------- // ---------------
GDIMetaFile::GDIMetaFile() : GDIMetaFile::GDIMetaFile() :
nCurrentActionElement( 0 ),
aPrefSize ( 1, 1 ), aPrefSize ( 1, 1 ),
pPrev ( NULL ), pPrev ( NULL ),
pNext ( NULL ), pNext ( NULL ),
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment