From 76d6e7b0ac7ca725cab652bbafc0814fdd950fc6 Mon Sep 17 00:00:00 2001 From: Renaud G Date: Sun, 11 Oct 2015 19:52:12 +0200 Subject: -Add Node Error : No dice to roll --- node/executionnode.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'node') diff --git a/node/executionnode.h b/node/executionnode.h index 41f2b79..4c059fc 100644 --- a/node/executionnode.h +++ b/node/executionnode.h @@ -10,7 +10,7 @@ class ExecutionNode { public: - enum ERROR_CODE {NO_ERROR,DIE_RESULT_EXPECTED,BAD_SYNTAXE,ENDLESS_LOOP_ERROR,DIVIDE_BY_ZERO,NOTHING_UNDERSTOOD}; + enum ERROR_CODE {NO_ERROR,DIE_RESULT_EXPECTED,BAD_SYNTAXE,ENDLESS_LOOP_ERROR,DIVIDE_BY_ZERO,NOTHING_UNDERSTOOD,NO_DICE_TO_ROLL}; /** * @brief ExecutionNode */ -- cgit v1.2.3-70-g09d2