aboutsummaryrefslogtreecommitdiffhomepage
path: root/lexers/LexPOV.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'lexers/LexPOV.cxx')
-rw-r--r--lexers/LexPOV.cxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/lexers/LexPOV.cxx b/lexers/LexPOV.cxx
index 353fbbe0f..c837dd03e 100644
--- a/lexers/LexPOV.cxx
+++ b/lexers/LexPOV.cxx
@@ -53,8 +53,8 @@ static inline bool IsANumberChar(int ch) {
}
static void ColourisePovDoc(
- unsigned int startPos,
- int length,
+ Sci_PositionU startPos,
+ Sci_Position length,
int initStyle,
WordList *keywordlists[],
Accessor &styler) {
@@ -226,8 +226,8 @@ static void ColourisePovDoc(
}
static void FoldPovDoc(
- unsigned int startPos,
- int length,
+ Sci_PositionU startPos,
+ Sci_Position length,
int initStyle,
WordList *[],
Accessor &styler) {