Skip to content
Snippets Groups Projects
Commit 72744b7c authored by Kai Koehne's avatar Kai Koehne
Browse files

Highlighter: Fix compilation warning (gcc)

Reviewed-by: Leandro Melo
parent f3171e83
No related branches found
No related tags found
No related merge requests found
...@@ -38,9 +38,9 @@ ProgressData::ProgressData() : ...@@ -38,9 +38,9 @@ ProgressData::ProgressData() :
m_offset(0), m_offset(0),
m_savedOffset(-1), m_savedOffset(-1),
m_onlySpacesSoFar(true), m_onlySpacesSoFar(true),
m_willContinueLine(false),
m_openingBraceMatchAtFirstNonSpace(false), m_openingBraceMatchAtFirstNonSpace(false),
m_closingBraceMatchAtNonEnd(false) m_closingBraceMatchAtNonEnd(false),
m_willContinueLine(false)
{} {}
void ProgressData::setOffset(const int offset) void ProgressData::setOffset(const int offset)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment