aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/node/executionnode.h
diff options
context:
space:
mode:
authorRenaud G <renaud@rolisteam.org>2015-07-09 00:05:07 +0200
committerRenaud G <renaud@rolisteam.org>2015-07-09 00:05:07 +0200
commit933c19b4d9208eafa7cb25816a5da096b0e75e81 (patch)
tree53221d89e2d41e1ef82a3d310aac654d0904463f /node/executionnode.h
parent9472944c0603c4e28e94b1fdf16b077bea4c63da (diff)
parent9f72316b05176c7d94be1289880731b4311131c2 (diff)
downloadOneRoll-933c19b4d9208eafa7cb25816a5da096b0e75e81.tar.gz
OneRoll-933c19b4d9208eafa7cb25816a5da096b0e75e81.zip
Merge branch 'master' of github.com:obiwankennedy/DiceParser
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
*/