aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/diceparser.h
diff options
context:
space:
mode:
authorRenaud G <renaud@rolisteam.org>2018-12-19 23:40:23 +0100
committerRenaud G <renaud@rolisteam.org>2018-12-19 23:40:23 +0100
commit1eb8c0de4e7a2ff7c9ea1d3e2091524a5e67ad25 (patch)
tree55e014b57135e85511c6a2adafb90e42aae94eca /diceparser.h
parent517dcb09609999dd96390a7db1690a35bf39508f (diff)
parent747ad7d4edca9a37a94603cb25253ebf6833eee0 (diff)
downloadOneRoll-1eb8c0de4e7a2ff7c9ea1d3e2091524a5e67ad25.tar.gz
OneRoll-1eb8c0de4e7a2ff7c9ea1d3e2091524a5e67ad25.zip
Merge branch 'master' of github.com:Rolisteam/DiceParser
Diffstat (limited to 'diceparser.h')
-rw-r--r--diceparser.h2
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;
/**