summaryrefslogtreecommitdiffstats
path: root/akonadish/syntaxtree.h
diff options
context:
space:
mode:
Diffstat (limited to 'akonadish/syntaxtree.h')
-rw-r--r--akonadish/syntaxtree.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/akonadish/syntaxtree.h b/akonadish/syntaxtree.h
index ee06d28..468aad3 100644
--- a/akonadish/syntaxtree.h
+++ b/akonadish/syntaxtree.h
@@ -47,7 +47,7 @@ public:
47 QString help; 47 QString help;
48 Interactivity interactivity; 48 Interactivity interactivity;
49 std::function<bool(const QStringList &, State &)> lambda; 49 std::function<bool(const QStringList &, State &)> lambda;
50 std::function<QStringList(const QStringList &, const QString &)> completer; 50 std::function<QStringList(const QStringList &, const QString &, State &state)> completer;
51 51
52 QVector<Syntax> children; 52 QVector<Syntax> children;
53}; 53};