diff options
Diffstat (limited to 'diceparser.h')
| -rw-r--r-- | diceparser.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/diceparser.h b/diceparser.h index eed2d06..ad831cf 100644 --- a/diceparser.h +++ b/diceparser.h @@ -68,7 +68,7 @@ public: /** * @brief The OptionOperator enum gathering all options availables for result. */ - enum OptionOperator {KeepAndExplode,Keep,Reroll,RerollUntil,Explode,Sort,Count,RerollAndAdd,Merge,ifOperator,Painter,Filter,Split,Group}; + enum OptionOperator {KeepAndExplode,Keep,Reroll,RerollUntil,Explode,Sort,Count,RerollAndAdd,Merge,ifOperator,Painter,Filter,Split,Group,Bind}; /** * @brief The CommandOperator enum */ |