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 8d06b44..0305dc7 100644 --- a/diceparser.h +++ b/diceparser.h @@ -36,7 +36,7 @@ #include "highlightdice.h" typedef QList<HighLightDice > ListDiceResult; -typedef QMap<int,ListDiceResult > ExportedDiceResult; +typedef QMap<quint64,ListDiceResult > ExportedDiceResult; class ExplodeDiceNode; /** |