aboutsummaryrefslogtreecommitdiffhomepage
path: root/lexers/LexSML.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'lexers/LexSML.cxx')
-rw-r--r--lexers/LexSML.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/lexers/LexSML.cxx b/lexers/LexSML.cxx
index 6ab902dc5..6adb86965 100644
--- a/lexers/LexSML.cxx
+++ b/lexers/LexSML.cxx
@@ -34,7 +34,7 @@ using namespace Scintilla;
#endif
void ColouriseSMLDoc(
- unsigned int startPos, int length,
+ Sci_PositionU startPos, Sci_Position length,
int initStyle,
WordList *keywordlists[],
Accessor &styler)