Highlighter: Fix compilation warning (gcc)

Reviewed-by: Leandro Melo
This commit is contained in:
Kai Koehne
2010-06-29 09:22:14 +02:00
parent f3171e8349
commit 72744b7c09

View File

@@ -38,9 +38,9 @@ ProgressData::ProgressData() :
m_offset(0),
m_savedOffset(-1),
m_onlySpacesSoFar(true),
m_willContinueLine(false),
m_openingBraceMatchAtFirstNonSpace(false),
m_closingBraceMatchAtNonEnd(false)
m_closingBraceMatchAtNonEnd(false),
m_willContinueLine(false)
{}
void ProgressData::setOffset(const int offset)