aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/node/scalaroperatornode.h
diff options
context:
space:
mode:
Diffstat (limited to 'node/scalaroperatornode.h')
-rw-r--r--node/scalaroperatornode.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/node/scalaroperatornode.h b/node/scalaroperatornode.h
index a8f930a..06f121b 100644
--- a/node/scalaroperatornode.h
+++ b/node/scalaroperatornode.h
@@ -50,7 +50,7 @@ public:
* @brief getErrorList
* @return
*/
- virtual QMap<ExecutionNode::ERROR_CODE,QString> getExecutionErrorMap();
+ virtual QMap<ExecutionNode::DICE_ERROR_CODE,QString> getExecutionErrorMap();
ScalarOperatorNode::ArithmeticOperator getArithmeticOperator() const;
void setArithmeticOperator(const ScalarOperatorNode::ArithmeticOperator &arithmeticOperator);