diff options
Diffstat (limited to 'node/dicerollernode.h')
| -rw-r--r-- | node/dicerollernode.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/node/dicerollernode.h b/node/dicerollernode.h index 2de1cfe..4e2f9d7 100644 --- a/node/dicerollernode.h +++ b/node/dicerollernode.h @@ -40,6 +40,9 @@ public: * @return priority for dice roll: 4 (higher) */ virtual qint64 getPriority() const; + + virtual ExecutionNode* getCopy() const; + //private members private: quint64 m_diceCount; |