aboutsummaryrefslogtreecommitdiffhomepage
path: root/lexers/LexForth.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'lexers/LexForth.cxx')
-rw-r--r--lexers/LexForth.cxx2
1 files changed, 1 insertions, 1 deletions
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 &) {
}