diff options
Diffstat (limited to 'diceparser.h')
| -rw-r--r-- | diceparser.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/diceparser.h b/diceparser.h index a1e58e1..2ff1e56 100644 --- a/diceparser.h +++ b/diceparser.h @@ -74,7 +74,6 @@ public: * @brief The DiceOperator enum gathering all dice operators */ enum DiceOperator {D,L}; - /** * @brief The DiceSymbol enum */ @@ -82,7 +81,7 @@ public: /** * @brief The OptionOperator enum gathering all options availables for result. */ - enum OptionOperator {KeepAndExplose,Keep,Reroll,Explosing,Sort,Count,RerollAndAdd,Merge,ifOperator,Painter,Filter}; + enum OptionOperator {KeepAndExplose,Keep,Reroll,Explosing,Sort,Count,RerollAndAdd,Merge,ifOperator,Painter,Filter,Split}; /** * @brief The CommandOperator enum */ |