aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/node/scalaroperatornode.h
diff options
context:
space:
mode:
authorRenaud G <renaud@rolisteam.org>2016-03-05 12:50:09 +0100
committerRenaud G <renaud@rolisteam.org>2016-03-05 12:50:09 +0100
commit37320ce7aa23c52f950a97c756a2d9c618467d1d (patch)
tree852615f8878b9f285cd943991fbe41d1ace3c471 /node/scalaroperatornode.h
parenta33f70583d6e94f472fdccecd1520eb7e4112a4f (diff)
downloadOneRoll-37320ce7aa23c52f950a97c756a2d9c618467d1d.tar.gz
OneRoll-37320ce7aa23c52f950a97c756a2d9c618467d1d.zip
change Error code to Dice Error code, fix compilation issue on windows
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);