aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/node/explodedicenode.h
diff options
context:
space:
mode:
Diffstat (limited to 'node/explodedicenode.h')
-rw-r--r--node/explodedicenode.h11
1 files changed, 6 insertions, 5 deletions
diff --git a/node/explodedicenode.h b/node/explodedicenode.h
index feea86f..e72298a 100644
--- a/node/explodedicenode.h
+++ b/node/explodedicenode.h
@@ -13,13 +13,14 @@ class ExplodeDiceNode : public ExecutionNode
{
public:
ExplodeDiceNode();
- virtual ~ExplodeDiceNode();
- virtual void run(ExecutionNode* previous = nullptr);
- virtual void setValidator(Validator* );
- virtual QString toString(bool )const;
+ virtual ~ExplodeDiceNode();
+ virtual void run(ExecutionNode* previous= nullptr);
+ virtual void setValidator(Validator*);
+ virtual QString toString(bool) const;
virtual qint64 getPriority() const;
- virtual ExecutionNode *getCopy() const;
+ virtual ExecutionNode* getCopy() const;
+
protected:
DiceResult* m_diceResult;
Validator* m_validator;