aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/diceparser.cpp
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 /diceparser.cpp
parent5130c2550515fa905f09f2b929b31b591034a4bf (diff)
downloadOneRoll-5697690e3a260d3f00603492305f410c3f307754.tar.gz
OneRoll-5697690e3a260d3f00603492305f410c3f307754.zip
Fix compilation on windows
Diffstat (limited to 'diceparser.cpp')
-rw-r--r--diceparser.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/diceparser.cpp b/diceparser.cpp
index 702c47f..9eb3a4d 100644
--- a/diceparser.cpp
+++ b/diceparser.cpp
@@ -1134,7 +1134,7 @@ bool DiceParser::readOption(QString& str, ExecutionNode* previous) //,
.arg(symbol));
}
break;
- case Dice::CONDITION_STATE::ERROR:
+ case Dice::CONDITION_STATE::ERROR_STATE:
default:
break;
}