initialize in the correct order

svn path=/trunk/KDE/kdebase/apps/konsole/; revision=1025870
wilder-portage
Pino Toscano 17 years ago
parent 4753c80127
commit 0b0ed49cc0
  1. 4
      src/History.cpp

@ -603,8 +603,8 @@ void* CompactHistoryLine::operator new (size_t size, CompactHistoryBlockList& bl
}
CompactHistoryLine::CompactHistoryLine ( const TextLine& line, CompactHistoryBlockList& bList )
: formatLength(0),
blockList(bList)
: blockList(bList),
formatLength(0)
{
length=line.size();

Loading…
Cancel
Save