diff options
Diffstat (limited to 'src/highlighter.h')
-rw-r--r-- | src/highlighter.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/highlighter.h b/src/highlighter.h index 322ba2d..09bba39 100644 --- a/src/highlighter.h +++ b/src/highlighter.h @@ -15,8 +15,8 @@ public: void unhighlightLastError(); private: QTextBlock lastErrorBlock; - int errorPos = -1; - bool errorState = false; + int errorPos; + bool errorState; QMap<QString,QStringList> tokentypes; QMap<QString,QTextCharFormat> typeformats; void portable_rehighlightBlock( const QTextBlock &text ); |