aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/node/executionnode.h
diff options
context:
space:
mode:
authorRenaud G <renaud@rolisteam.org>2015-07-08 16:01:17 +0200
committerRenaud G <renaud@rolisteam.org>2015-07-08 16:01:17 +0200
commit8ebc9b3e0afe3104876f1df4b4b27a9cf272ad25 (patch)
treeaeff88915d3b61c3ab8e0de96fad5c3874440134 /node/executionnode.h
parentb5c5cfadeb8546274048c1e3c1d97f7c2223a042 (diff)
parent9f72316b05176c7d94be1289880731b4311131c2 (diff)
downloadOneRoll-8ebc9b3e0afe3104876f1df4b4b27a9cf272ad25.tar.gz
OneRoll-8ebc9b3e0afe3104876f1df4b4b27a9cf272ad25.zip
Merge branch 'master' of github.com:obiwankennedy/DiceParser into rangeInList
Diffstat (limited to 'node/executionnode.h')
-rw-r--r--node/executionnode.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/node/executionnode.h b/node/executionnode.h
index 834b062..39d714b 100644
--- a/node/executionnode.h
+++ b/node/executionnode.h
@@ -9,7 +9,7 @@
class ExecutionNode
{
public:
- enum ERROR_CODE {NO_ERROR,DIE_RESULT_EXPECTED,BAD_SYNTAXE,ENDLESS_LOOP_ERROR,DIVIDE_BY_ZERO};
+ enum ERROR_CODE {NO_ERROR,DIE_RESULT_EXPECTED,BAD_SYNTAXE,ENDLESS_LOOP_ERROR,DIVIDE_BY_ZERO,NOTHING_UNDERSTOOD};
/**
* @brief ExecutionNode
*/