diff options
| author | 2019-04-23 11:13:45 +0200 | |
|---|---|---|
| committer | 2019-04-23 11:33:14 +0200 | |
| commit | 62868ed4a540d6a15ddf7b7f3031eaf8d684dc99 (patch) | |
| tree | 6c5d6960aac228416d20560f15f542bbe83e770d /diceparser.h | |
| parent | 50a25c363b94e4a7295636bcb6c7cebd76fdf572 (diff) | |
| download | OneRoll-62868ed4a540d6a15ddf7b7f3031eaf8d684dc99.tar.gz OneRoll-62868ed4a540d6a15ddf7b7f3031eaf8d684dc99.zip | |
fix compilation
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 afd6146..ff162e3 100644 --- a/diceparser.h +++ b/diceparser.h @@ -90,7 +90,7 @@ public: Filter, Split, Group, - Occurences + Occurences, Unique, Bind }; |