From 49e3f9a3a7acba5db5ea415e4487c3d200d26454 Mon Sep 17 00:00:00 2001 From: Renaud G Date: Tue, 28 Feb 2017 18:58:12 +0100 Subject: -Add : compare operator to ask the if operator to compare the scalar result. --- node/ifnode.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'node/ifnode.h') diff --git a/node/ifnode.h b/node/ifnode.h index da8bb0b..7376101 100644 --- a/node/ifnode.h +++ b/node/ifnode.h @@ -34,7 +34,7 @@ public: /** * @brief The ConditionType enum */ - enum ConditionType {OnEach,OneOfThem,AllOfThem}; + enum ConditionType {OnEach,OneOfThem,AllOfThem,OnScalar}; /** * @brief IfNode */ -- cgit v1.2.3-70-g09d2