summaryrefslogtreecommitdiffstats
path: root/akonadish/syntax_modules/core_syntax.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'akonadish/syntax_modules/core_syntax.cpp')
-rw-r--r--akonadish/syntax_modules/core_syntax.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/akonadish/syntax_modules/core_syntax.cpp b/akonadish/syntax_modules/core_syntax.cpp
index 31b824a..b4812df 100644
--- a/akonadish/syntax_modules/core_syntax.cpp
+++ b/akonadish/syntax_modules/core_syntax.cpp
@@ -76,7 +76,7 @@ bool showHelp(const QStringList &commands, State &state)
76 return true; 76 return true;
77} 77}
78 78
79QStringList showHelpCompleter(const QStringList &commands, const QString &fragment) 79QStringList showHelpCompleter(const QStringList &commands, const QString &fragment, State &)
80{ 80{
81 QStringList items; 81 QStringList items;
82 82