diff options
| author | 2017-11-11 18:51:13 +0100 | |
|---|---|---|
| committer | 2017-11-11 18:51:13 +0100 | |
| commit | cedc70618afa6826d409a64078ea1a8ede4af06c (patch) | |
| tree | 3082249db90f6eebe7b23b226c5c688e7f4648a5 /node/explosedicenode.h | |
| parent | f329a8e39beb732b5685eb01476221b461cc50d1 (diff) | |
| download | OneRoll-cedc70618afa6826d409a64078ea1a8ede4af06c.tar.gz OneRoll-cedc70618afa6826d409a64078ea1a8ede4af06c.zip | |
-replace NULL to nullptr.
Diffstat (limited to 'node/explosedicenode.h')
| -rw-r--r-- | node/explosedicenode.h | 2 |
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; |