diff options
| author | 2019-07-14 21:00:05 +0200 | |
|---|---|---|
| committer | 2019-09-15 19:22:15 +0200 | |
| commit | 5697690e3a260d3f00603492305f410c3f307754 (patch) | |
| tree | 63e95951efd0fecedd33402b6e80ad5db49f0f63 /include | |
| parent | 5130c2550515fa905f09f2b929b31b591034a4bf (diff) | |
| download | OneRoll-5697690e3a260d3f00603492305f410c3f307754.tar.gz OneRoll-5697690e3a260d3f00603492305f410c3f307754.zip | |
Fix compilation on windows
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 |