aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/node/dicerollernode.h
diff options
context:
space:
mode:
Diffstat (limited to 'node/dicerollernode.h')
-rw-r--r--node/dicerollernode.h3
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;