aboutsummaryrefslogtreecommitdiffhomepage
path: root/win32/ExternalLexer.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'win32/ExternalLexer.cxx')
-rw-r--r--win32/ExternalLexer.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/win32/ExternalLexer.cxx b/win32/ExternalLexer.cxx
index 6ca7ad37d..b93cca8f4 100644
--- a/win32/ExternalLexer.cxx
+++ b/win32/ExternalLexer.cxx
@@ -62,7 +62,7 @@ void DeleteWLStrings(char *strs[]) {
}
void ExternalLexerModule::Lex(unsigned int startPos, int lengthDoc, int initStyle,
- WordList *keywordlists[], Accessor &styler) {
+ WordList *keywordlists[], Accessor &styler) const {
if (!fneLexer)
return ;
@@ -81,7 +81,7 @@ void ExternalLexerModule::Lex(unsigned int startPos, int lengthDoc, int initStyl
}
void ExternalLexerModule::Fold(unsigned int startPos, int lengthDoc, int initStyle,
- WordList *keywordlists[], Accessor &styler) {
+ WordList *keywordlists[], Accessor &styler) const {
if (!fneFolder)
return ;