diff options
Diffstat (limited to 'lexlib/StyleContext.h')
-rw-r--r-- | lexlib/StyleContext.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lexlib/StyleContext.h b/lexlib/StyleContext.h index 96ef49d13..6c617a098 100644 --- a/lexlib/StyleContext.h +++ b/lexlib/StyleContext.h @@ -72,7 +72,7 @@ public: width(0), chNext(0), widthNext(1) { - if (styler.Encoding() != enc8bit) { + if (styler.Encoding() != EncodingType::eightBit) { multiByteAccess = styler.MultiByteAccess(); } styler.StartAt(startPos /*, chMask*/); |