aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/node/rerolldicenode.h
diff options
context:
space:
mode:
Diffstat (limited to 'node/rerolldicenode.h')
-rw-r--r--node/rerolldicenode.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/node/rerolldicenode.h b/node/rerolldicenode.h
index 2a98b4a..add7a48 100644
--- a/node/rerolldicenode.h
+++ b/node/rerolldicenode.h
@@ -52,6 +52,12 @@ public:
*/
virtual qint64 getPriority() const;
+ /**
+ * @brief getCopy
+ * @return
+ */
+ virtual ExecutionNode* getCopy() const;
+
private:
DiceResult* m_myDiceResult;
bool m_adding;