summaryrefslogtreecommitdiffstats
path: root/sinksh/syntaxtree.h
diff options
context:
space:
mode:
Diffstat (limited to 'sinksh/syntaxtree.h')
-rw-r--r--sinksh/syntaxtree.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sinksh/syntaxtree.h b/sinksh/syntaxtree.h
index 6624388..8fbbd01 100644
--- a/sinksh/syntaxtree.h
+++ b/sinksh/syntaxtree.h
@@ -63,7 +63,7 @@ public:
63 Command match(const QStringList &commands) const; 63 Command match(const QStringList &commands) const;
64 Syntax::List nearestSyntax(const QStringList &words, const QString &fragment) const; 64 Syntax::List nearestSyntax(const QStringList &words, const QString &fragment) const;
65 State &state(); 65 State &state();
66 bool run(const QStringList &commands); 66 int run(const QStringList &commands);
67 67
68 static QStringList tokenize(const QString &text); 68 static QStringList tokenize(const QString &text);
69 69