diff --git a/src/plugins/texteditor/generichighlighter/progressdata.cpp b/src/plugins/texteditor/generichighlighter/progressdata.cpp index 9a7b619eca0..fe892a359bc 100644 --- a/src/plugins/texteditor/generichighlighter/progressdata.cpp +++ b/src/plugins/texteditor/generichighlighter/progressdata.cpp @@ -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)