aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/include
diff options
context:
space:
mode:
authorRenaud G <renaud@rolisteam.org>2019-07-14 21:00:05 +0200
committerRenaud G <renaud@rolisteam.org>2019-09-15 19:22:15 +0200
commit5697690e3a260d3f00603492305f410c3f307754 (patch)
tree63e95951efd0fecedd33402b6e80ad5db49f0f63 /include
parent5130c2550515fa905f09f2b929b31b591034a4bf (diff)
downloadOneRoll-5697690e3a260d3f00603492305f410c3f307754.tar.gz
OneRoll-5697690e3a260d3f00603492305f410c3f307754.zip
Fix compilation on windows
Diffstat (limited to 'include')
-rw-r--r--include/diceparserhelper.h2
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