aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/node/explosedicenode.h
diff options
context:
space:
mode:
Diffstat (limited to 'node/explosedicenode.h')
-rw-r--r--node/explosedicenode.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/node/explosedicenode.h b/node/explosedicenode.h
index ceb35b8..6b582a3 100644
--- a/node/explosedicenode.h
+++ b/node/explosedicenode.h
@@ -14,7 +14,7 @@ class ExploseDiceNode : public ExecutionNode
public:
ExploseDiceNode();
virtual ~ExploseDiceNode();
- virtual void run(ExecutionNode* previous = NULL);
+ virtual void run(ExecutionNode* previous = nullptr);
virtual void setValidator(Validator* );
virtual QString toString(bool )const;
virtual qint64 getPriority() const;