aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/diceparser.h
diff options
context:
space:
mode:
authorRenaud G <renaud@rolisteam.org>2018-12-16 18:15:11 +0100
committerRenaud G <renaud@rolisteam.org>2018-12-16 18:15:11 +0100
commit6cf27a39e9b8f8c5c463f431ae585381d8a7c25e (patch)
tree4f43f6329b1840fc7b5d30eb88d3ee6de8083abd /diceparser.h
parentb18145b6e97714fc093a261984b4248acb370151 (diff)
downloadOneRoll-6cf27a39e9b8f8c5c463f431ae585381d8a7c25e.tar.gz
OneRoll-6cf27a39e9b8f8c5c463f431ae585381d8a7c25e.zip
remove warning
To be Fixed - Dice Gui won't compile anymore
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;
/**