diff options
Diffstat (limited to 'include')
| -rw-r--r-- | include/diceparserhelper.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/diceparserhelper.h b/include/diceparserhelper.h index 00b9362..1b91285 100644 --- a/include/diceparserhelper.h +++ b/include/diceparserhelper.h @@ -6,7 +6,7 @@ namespace Dice enum class CONDITION_STATE : int { - ERROR, + ERROR_STATE, ALWAYSTRUE, UNREACHABLE, REACHABLE |