From 0bba02370a82719e47ba0566c3c56ea0b770c96c Mon Sep 17 00:00:00 2001 From: Renaud G Date: Sun, 7 Feb 2021 02:01:12 +0100 Subject: Remove getLatestNode to getLeafNode --- node/variablenode.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'node/variablenode.cpp') diff --git a/node/variablenode.cpp b/node/variablenode.cpp index e286a95..f48c254 100644 --- a/node/variablenode.cpp +++ b/node/variablenode.cpp @@ -8,7 +8,7 @@ void VariableNode::run(ExecutionNode* previous) if((nullptr != m_data) && (m_data->size() > m_index)) { auto value= (*m_data)[m_index]; - value= ParsingToolBox::getLatestNode(value); + value= ParsingToolBox::getLeafNode(value); if(nullptr != value) { auto result= value->getResult(); -- cgit v1.2.3-70-g09d2