diff --git a/src/plugins/texteditor/generichighlighter/progressdata.cpp b/src/plugins/texteditor/generichighlighter/progressdata.cpp
index 9a7b619eca02756b9be93d26b5c2d442c9c0bd51..fe892a359bc08989f26b846fe2d88cf619fcb5b1 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)