From 96229bb5f01e86efe382523e1ee79ff23bdcc8e0 Mon Sep 17 00:00:00 2001 From: Joe Mueller Date: Thu, 30 Jul 2015 14:35:17 +1000 Subject: Use Sci_Position / Sci_PositionU for variables in lexers that represent positions and line numbers and may be widened to 64-bits in a future release. --- lexers/LexForth.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lexers/LexForth.cxx') diff --git a/lexers/LexForth.cxx b/lexers/LexForth.cxx index 9e9c3b540..63d3f4f6d 100644 --- a/lexers/LexForth.cxx +++ b/lexers/LexForth.cxx @@ -151,7 +151,7 @@ static void ColouriseForthDoc(Sci_PositionU startPos, Sci_Position length, int i sc.Complete(); } -static void FoldForthDoc(unsigned int, int, int, WordList *[], +static void FoldForthDoc(Sci_PositionU, Sci_Position, int, WordList *[], Accessor &) { } -- cgit v1.2.3