From f053853e87624a045438bacd4dd1494e91ae381f Mon Sep 17 00:00:00 2001 From: Renaud G Date: Fri, 27 Oct 2017 22:19:20 +0200 Subject: -c++11 update about for and nullptr. --- node/parenthesesnode.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'node/parenthesesnode.h') diff --git a/node/parenthesesnode.h b/node/parenthesesnode.h index 388f6db..5f841ab 100644 --- a/node/parenthesesnode.h +++ b/node/parenthesesnode.h @@ -31,7 +31,7 @@ class ParenthesesNode : public ExecutionNode { public: ParenthesesNode(); - virtual void run(ExecutionNode* previous = NULL); + virtual void run(ExecutionNode* previous = nullptr); void setInternelNode(ExecutionNode* node); virtual QString toString(bool)const; -- cgit v1.2.3-70-g09d2