diff options
| author | 2018-12-09 22:51:15 +0100 | |
|---|---|---|
| committer | 2018-12-09 22:51:15 +0100 | |
| commit | 06aac01fdcdb0b320b5c931b6b28f8a3cb2e74ed (patch) | |
| tree | 855f3168330dbe266732173f842de52d06d788f0 /node | |
| parent | 55958fa78624b1bd9c713482337090beb106f8ba (diff) | |
| download | OneRoll-06aac01fdcdb0b320b5c931b6b28f8a3cb2e74ed.tar.gz OneRoll-06aac01fdcdb0b320b5c931b6b28f8a3cb2e74ed.zip | |
Display warning message and fix error.
Diffstat (limited to 'node')
| -rw-r--r-- | node/executionnode.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/node/executionnode.h b/node/executionnode.h index 796831d..53ea83b 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}; + INVALID_INDEX,UNEXPECTED_CHARACTER}; /** * @brief ExecutionNode */ |