From 1e519fdfa4386f228e4c7cb89608a2c4ac010126 Mon Sep 17 00:00:00 2001 From: nyamatongwe Date: Tue, 12 Feb 2002 03:36:01 +0000 Subject: Made compatible with const correctness done for superclass. --- win32/ExternalLexer.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'win32/ExternalLexer.h') diff --git a/win32/ExternalLexer.h b/win32/ExternalLexer.h index 62d786991..188ded7a5 100644 --- a/win32/ExternalLexer.h +++ b/win32/ExternalLexer.h @@ -31,9 +31,9 @@ public: languageName = name; }; virtual void Lex(unsigned int startPos, int lengthDoc, int initStyle, - WordList *keywordlists[], Accessor &styler); + WordList *keywordlists[], Accessor &styler) const; virtual void Fold(unsigned int startPos, int lengthDoc, int initStyle, - WordList *keywordlists[], Accessor &styler); + WordList *keywordlists[], Accessor &styler) const; virtual void SetExternal(ExtLexerFunction fLexer, ExtFoldFunction fFolder, int index); }; -- cgit v1.2.3