From 653ba9395a36cc20ec1d68c9a9cae78973fa334c Mon Sep 17 00:00:00 2001 From: Renaud G Date: Thu, 30 Jan 2020 01:27:15 +0100 Subject: add unicity and repeat function part2 --- node/countexecutenode.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'node/countexecutenode.h') diff --git a/node/countexecutenode.h b/node/countexecutenode.h index 8969a41..37b7a4f 100644 --- a/node/countexecutenode.h +++ b/node/countexecutenode.h @@ -4,8 +4,8 @@ #include "executionnode.h" #include "result/scalarresult.h" -#include "validator.h" +class ValidatorList; /** * @brief The CountExecuteNode class */ @@ -25,7 +25,7 @@ public: /** * @brief setValidator */ - virtual void setValidator(Validator*); + virtual void setValidatorList(ValidatorList*); /** * @brief toString * @return @@ -44,7 +44,7 @@ public: private: ScalarResult* m_scalarResult; - Validator* m_validator; + ValidatorList* m_validatorList; }; #endif // COUNTEXECUTENODE_H -- cgit v1.2.3-70-g09d2