diff options
Diffstat (limited to 'lexers/LexKix.cxx')
-rw-r--r-- | lexers/LexKix.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lexers/LexKix.cxx b/lexers/LexKix.cxx index dc509e4ca..82ff9a54b 100644 --- a/lexers/LexKix.cxx +++ b/lexers/LexKix.cxx @@ -37,7 +37,7 @@ static inline bool IsOperator(const int ch) { return (ch == '+' || ch == '-' || ch == '*' || ch == '/' || ch == '&' || ch == '|' || ch == '<' || ch == '>' || ch == '='); } -static void ColouriseKixDoc(unsigned int startPos, int length, int initStyle, +static void ColouriseKixDoc(Sci_PositionU startPos, Sci_Position length, int initStyle, WordList *keywordlists[], Accessor &styler) { WordList &keywords = *keywordlists[0]; |