From cac2920096062453ed19e5697146cd1b42ba088d Mon Sep 17 00:00:00 2001 From: Neil Date: Thu, 22 Jun 2017 16:38:26 +1000 Subject: Update IDocument for version 4. Drop IDocumentWithLineEnd interface to just have IDocument but with all the methods from IDocumentWithLineEnd. This removes version checking (for now). Use dvRelease4 ID. Drop mask argument to StartStyling. --- lexlib/StyleContext.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lexlib/StyleContext.h') diff --git a/lexlib/StyleContext.h b/lexlib/StyleContext.h index a536822e2..abfc07318 100644 --- a/lexlib/StyleContext.h +++ b/lexlib/StyleContext.h @@ -18,7 +18,7 @@ namespace Scintilla { // syntactically significant. UTF-8 avoids this as all trail bytes are >= 0x80 class StyleContext { LexAccessor &styler; - IDocumentWithLineEnd *multiByteAccess; + IDocument *multiByteAccess; Sci_PositionU endPos; Sci_PositionU lengthDocument; -- cgit v1.2.3