diff options
| author | 2016-03-05 12:50:09 +0100 | |
|---|---|---|
| committer | 2016-03-05 12:50:09 +0100 | |
| commit | 37320ce7aa23c52f950a97c756a2d9c618467d1d (patch) | |
| tree | 852615f8878b9f285cd943991fbe41d1ace3c471 /node/scalaroperatornode.h | |
| parent | a33f70583d6e94f472fdccecd1520eb7e4112a4f (diff) | |
| download | OneRoll-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.h | 2 |
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); |