diff options
Diffstat (limited to 'include')
| -rw-r--r-- | include/diceparserhelper.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/include/diceparserhelper.h b/include/diceparserhelper.h index c55b415..4a481c1 100644 --- a/include/diceparserhelper.h +++ b/include/diceparserhelper.h @@ -26,7 +26,8 @@ enum class ERROR_CODE : int INVALID_INDEX, UNEXPECTED_CHARACTER, NO_PREVIOUS_ERROR, - NO_VALID_RESULT + NO_VALID_RESULT, + SCALAR_RESULT_EXPECTED }; /** |