aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/node/executionnode.h
diff options
context:
space:
mode:
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 53ea83b..d1a44c4 100644
--- a/node/executionnode.h
+++ b/node/executionnode.h
@@ -18,7 +18,7 @@ public:
NOTHING_UNDERSTOOD,
NO_DICE_TO_ROLL,
TOO_MANY_DICE,NO_VARIBALE,
- INVALID_INDEX,UNEXPECTED_CHARACTER};
+ INVALID_INDEX,UNEXPECTED_CHARACTER, NO_PREVIOUS_ERROR};
/**
* @brief ExecutionNode
*/