From cedc70618afa6826d409a64078ea1a8ede4af06c Mon Sep 17 00:00:00 2001 From: Renaud G Date: Sat, 11 Nov 2017 18:51:13 +0100 Subject: -replace NULL to nullptr. --- node/paintnode.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'node/paintnode.h') diff --git a/node/paintnode.h b/node/paintnode.h index ffd8ae1..3d45b9a 100644 --- a/node/paintnode.h +++ b/node/paintnode.h @@ -48,7 +48,7 @@ class PainterNode : public ExecutionNode public: PainterNode(); virtual ~PainterNode(); - virtual void run(ExecutionNode* previous = NULL); + virtual void run(ExecutionNode* previous = nullptr); Result* getResult(); virtual QString toString(bool )const; virtual qint64 getPriority() const; -- cgit v1.2.3-70-g09d2