aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/node/parenthesesnode.h
diff options
context:
space:
mode:
Diffstat (limited to 'node/parenthesesnode.h')
-rw-r--r--node/parenthesesnode.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/node/parenthesesnode.h b/node/parenthesesnode.h
index fc0799d..df3c32a 100644
--- a/node/parenthesesnode.h
+++ b/node/parenthesesnode.h
@@ -36,6 +36,7 @@ public:
void setInternelNode(ExecutionNode* node);
virtual QString toString(bool)const;
virtual qint64 getPriority() const;
+ virtual ExecutionNode *getCopy() const;
private:
ExecutionNode* m_internalNode;
};