From 19bfac5d61c7e30a1e5bbe115d56908474546052 Mon Sep 17 00:00:00 2001 From: Renaud Guezennec Date: Tue, 26 Jan 2016 15:35:18 +0100 Subject: Implementation of the if node. Work with one if. --- node/ifnode.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'node/ifnode.h') diff --git a/node/ifnode.h b/node/ifnode.h index ec962a2..56b23fa 100644 --- a/node/ifnode.h +++ b/node/ifnode.h @@ -40,6 +40,9 @@ public: virtual QString toString(bool )const; virtual qint64 getPriority() const; +protected: + ExecutionNode *getLeafNode(ExecutionNode *node); + protected: DiceResult* m_diceResult; Validator* m_validator; -- cgit v1.2.3-70-g09d2