aboutsummaryrefslogtreecommitdiffhomepage
path: root/lexers/LexBatch.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'lexers/LexBatch.cxx')
-rw-r--r--lexers/LexBatch.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/lexers/LexBatch.cxx b/lexers/LexBatch.cxx
index 04448b04a..551a9b58f 100644
--- a/lexers/LexBatch.cxx
+++ b/lexers/LexBatch.cxx
@@ -462,8 +462,8 @@ static void ColouriseBatchLine(
}
static void ColouriseBatchDoc(
- unsigned int startPos,
- int length,
+ Sci_PositionU startPos,
+ Sci_Position length,
int /*initStyle*/,
WordList *keywordlists[],
Accessor &styler) {