aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/node/parenthesesnode.h
diff options
context:
space:
mode:
Diffstat (limited to 'node/parenthesesnode.h')
-rw-r--r--node/parenthesesnode.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/node/parenthesesnode.h b/node/parenthesesnode.h
index 999e7bd..fbb1caf 100644
--- a/node/parenthesesnode.h
+++ b/node/parenthesesnode.h
@@ -34,7 +34,7 @@ public:
virtual void run(ExecutionNode* previous = NULL);
void setInternelNode(ExecutionNode* node);
- virtual QString toString()const;
+ virtual QString toString(bool)const;
virtual qint64 getPriority() const;
private:
ExecutionNode* m_internalNode;