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/executionnode.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'node/executionnode.h') diff --git a/node/executionnode.h b/node/executionnode.h index c57b8b1..4913b68 100644 --- a/node/executionnode.h +++ b/node/executionnode.h @@ -23,7 +23,7 @@ public: * @brief run * @param previous */ - virtual void run(ExecutionNode* previous = NULL)=0; + virtual void run(ExecutionNode* previous = nullptr)=0; /** * @brief getResult * @return -- cgit v1.2.3-70-g09d2