diff options
| author | 2016-11-05 00:11:19 +0100 | |
|---|---|---|
| committer | 2016-11-05 00:11:19 +0100 | |
| commit | 3799c71dee9e8d73858c727873d550adc0649c64 (patch) | |
| tree | 87813e160bdbb3bad51b1a6c448bdeeaa475c2fc /node/ifnode.cpp | |
| parent | d5876d9b88c2f695592338335308a32e584d86a4 (diff) | |
| parent | b977d3e2a2765f5b91ac7bf5c34ea8891969cda9 (diff) | |
| download | OneRoll-3799c71dee9e8d73858c727873d550adc0649c64.tar.gz OneRoll-3799c71dee9e8d73858c727873d550adc0649c64.zip | |
add filter node
Diffstat (limited to 'node/ifnode.cpp')
| -rw-r--r-- | node/ifnode.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/node/ifnode.cpp b/node/ifnode.cpp index 8605dcf..8cf667c 100644 --- a/node/ifnode.cpp +++ b/node/ifnode.cpp @@ -86,10 +86,10 @@ void IfNode::run(ExecutionNode *previous) } } - /* if(NULL!=m_nextNode) + if(NULL!=m_nextNode) { - m_nextNode->run(this); - }*/ + m_nextNode->run(previousLoop); + } } void IfNode::setValidator(Validator* val) |