diff options
Diffstat (limited to 'node/mergenode.h')
| -rw-r--r-- | node/mergenode.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/node/mergenode.h b/node/mergenode.h index e32faab..aebf9e2 100644 --- a/node/mergenode.h +++ b/node/mergenode.h @@ -35,8 +35,8 @@ public: void run(ExecutionNode* previous); virtual QString toString(bool withLabel)const; virtual qint64 getPriority() const; + virtual ExecutionNode *getCopy() const; private: - qint64 m_number; DiceResult* m_diceResult; }; |