diff options
Diffstat (limited to 'node/keepdiceexecnode.h')
| -rw-r--r-- | node/keepdiceexecnode.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/node/keepdiceexecnode.h b/node/keepdiceexecnode.h index f86daa5..4b41c95 100644 --- a/node/keepdiceexecnode.h +++ b/node/keepdiceexecnode.h @@ -36,6 +36,7 @@ public: virtual void setDiceKeepNumber(quint64 ); virtual QString toString(bool)const; virtual qint64 getPriority() const; + virtual ExecutionNode *getCopy() const; private: quint64 m_numberOfDice; DiceResult* m_diceResult; |