aboutsummaryrefslogtreecommitdiffhomepage
path: root/win32/ExternalLexer.h
diff options
context:
space:
mode:
Diffstat (limited to 'win32/ExternalLexer.h')
-rw-r--r--win32/ExternalLexer.h4
1 files changed, 2 insertions, 2 deletions
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);
};