diff options
| author | 2017-10-18 18:15:32 +0200 | |
|---|---|---|
| committer | 2017-10-18 18:15:32 +0200 | |
| commit | 53d4f802d3e9327c45c5e437bcfea474e6ad943a (patch) | |
| tree | f5f03420f6395f33a7bab76fd05b49bbed0090c5 /diceparser.h | |
| parent | 91d8d763be0f1c2f0eef8bcb4a1b249b52bdb340 (diff) | |
| download | OneRoll-53d4f802d3e9327c45c5e437bcfea474e6ad943a.tar.gz OneRoll-53d4f802d3e9327c45c5e437bcfea474e6ad943a.zip | |
add 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 */ |