diff options
Diffstat (limited to 'node/explosedicenode.h')
| -rw-r--r-- | node/explosedicenode.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/node/explosedicenode.h b/node/explosedicenode.h index 65c0abd..ceb35b8 100644 --- a/node/explosedicenode.h +++ b/node/explosedicenode.h @@ -19,6 +19,7 @@ public: virtual QString toString(bool )const; virtual qint64 getPriority() const; + virtual ExecutionNode *getCopy() const; protected: DiceResult* m_diceResult; Validator* m_validator; |