aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/node/executionnode.h
diff options
context:
space:
mode:
authorRenaud G <renaud@rolisteam.org>2018-12-28 23:28:12 +0100
committerRenaud G <renaud@rolisteam.org>2019-01-13 16:30:03 +0100
commit1b6a7113d9cbcfcd7f5f8b21b0085f97c010a6f3 (patch)
tree648ecc5ea39ba19290b772be578e59b82525da44 /node/executionnode.h
parent0fcbfc01baf4dc8fc42fe9a40033be14808c2c7f (diff)
downloadOneRoll-1b6a7113d9cbcfcd7f5f8b21b0085f97c010a6f3.tar.gz
OneRoll-1b6a7113d9cbcfcd7f5f8b21b0085f97c010a6f3.zip
-add error when previous is null.
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
*/