diff options
Diffstat (limited to 'node/listsetrollnode.h')
| -rw-r--r-- | node/listsetrollnode.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/node/listsetrollnode.h b/node/listsetrollnode.h index c140d8d..2cc36f0 100644 --- a/node/listsetrollnode.h +++ b/node/listsetrollnode.h @@ -36,7 +36,7 @@ class ListSetRollNode : public ExecutionNode public: ListSetRollNode(); virtual ~ListSetRollNode(); - virtual void run(ExecutionNode* previous = NULL); + virtual void run(ExecutionNode* previous = nullptr); virtual QString toString(bool)const; virtual qint64 getPriority() const; QStringList getList() const; |