From 37320ce7aa23c52f950a97c756a2d9c618467d1d Mon Sep 17 00:00:00 2001 From: Renaud G Date: Sat, 5 Mar 2016 12:50:09 +0100 Subject: change Error code to Dice Error code, fix compilation issue on windows --- node/scalaroperatornode.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'node/scalaroperatornode.cpp') diff --git a/node/scalaroperatornode.cpp b/node/scalaroperatornode.cpp index 22bbdac..d4c691c 100644 --- a/node/scalaroperatornode.cpp +++ b/node/scalaroperatornode.cpp @@ -217,18 +217,18 @@ void ScalarOperatorNode::generateDotTree(QString& s) } s.append(str); } -QMap ScalarOperatorNode::getExecutionErrorMap() +QMap ScalarOperatorNode::getExecutionErrorMap() { if(NULL!=m_internalNode) { - foreach (ExecutionNode::ERROR_CODE key, m_internalNode->getExecutionErrorMap().keys()) + foreach (ExecutionNode::DICE_ERROR_CODE key, m_internalNode->getExecutionErrorMap().keys()) { m_errors.insert(key,m_internalNode->getExecutionErrorMap().value(key)); } } if(NULL!=m_nextNode) { - foreach (ExecutionNode::ERROR_CODE key, m_nextNode->getExecutionErrorMap().keys()) + foreach (ExecutionNode::DICE_ERROR_CODE key, m_nextNode->getExecutionErrorMap().keys()) { m_errors.insert(key,m_nextNode->getExecutionErrorMap().value(key)); } -- cgit v1.2.3-70-g09d2