aboutsummaryrefslogtreecommitdiffhomepage
path: root/lexers/LexNull.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'lexers/LexNull.cxx')
-rw-r--r--lexers/LexNull.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/lexers/LexNull.cxx b/lexers/LexNull.cxx
index d5b3b3046..34876775d 100644
--- a/lexers/LexNull.cxx
+++ b/lexers/LexNull.cxx
@@ -27,7 +27,7 @@
using namespace Scintilla;
#endif
-static void ColouriseNullDoc(unsigned int startPos, int length, int, WordList *[],
+static void ColouriseNullDoc(Sci_PositionU startPos, Sci_Position length, int, WordList *[],
Accessor &styler) {
// Null language means all style bytes are 0 so just mark the end - no need to fill in.
if (length > 0) {