diff options
| author | 2017-10-18 18:19:36 +0200 | |
|---|---|---|
| committer | 2017-10-18 18:19:36 +0200 | |
| commit | 82141918f49cccdc7d7845dfb86a3b3999652d71 (patch) | |
| tree | 833bff0fac823f625835be5e56ace73ea9650e9d /diceparser.h | |
| parent | 06fffb804b7ba80eedad966d2205bd2ca6f4c6ee (diff) | |
| parent | 53d4f802d3e9327c45c5e437bcfea474e6ad943a (diff) | |
| download | OneRoll-82141918f49cccdc7d7845dfb86a3b3999652d71.tar.gz OneRoll-82141918f49cccdc7d7845dfb86a3b3999652d71.zip | |
Merge branch 'group'
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 2ff1e56..5073142 100644 --- a/diceparser.h +++ b/diceparser.h @@ -81,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,Split}; + enum OptionOperator {KeepAndExplose,Keep,Reroll,Explosing,Sort,Count,RerollAndAdd,Merge,ifOperator,Painter,Filter,Split,Group}; /** * @brief The CommandOperator enum */ |