diff options
Diffstat (limited to 'src/LexPS.cxx')
-rw-r--r-- | src/LexPS.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/LexPS.cxx b/src/LexPS.cxx index 97834862f..6a6f548ae 100644 --- a/src/LexPS.cxx +++ b/src/LexPS.cxx @@ -275,7 +275,7 @@ static void ColourisePSDoc( sc.Complete(); } -static void FoldPSDoc(unsigned int startPos, int length, int initStyle, WordList *[], +static void FoldPSDoc(unsigned int startPos, int length, int, WordList *[], Accessor &styler) { bool foldCompact = styler.GetPropertyInt("fold.compact", 1) != 0; bool foldAtElse = styler.GetPropertyInt("fold.at.else", 0) != 0; |