diff options
Diffstat (limited to 'result/result.h')
| -rw-r--r-- | result/result.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/result/result.h b/result/result.h index 2a5b7f9..efadbb2 100644 --- a/result/result.h +++ b/result/result.h @@ -34,7 +34,7 @@ public: /** * @brief The RESULT_TYPE enum or combinaison */ - enum RESULT_TYPE {SCALAR=1,STRING=2,DICE_LIST=4}; + enum RESULT_TYPE {NONE=0,SCALAR=1,STRING=2,DICE_LIST=4}; /** * @brief Result */ |