diff options
| author | 2018-12-16 18:15:11 +0100 | |
|---|---|---|
| committer | 2018-12-16 18:15:11 +0100 | |
| commit | 6cf27a39e9b8f8c5c463f431ae585381d8a7c25e (patch) | |
| tree | 4f43f6329b1840fc7b5d30eb88d3ee6de8083abd /diceparser.h | |
| parent | b18145b6e97714fc093a261984b4248acb370151 (diff) | |
| download | OneRoll-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.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; /** |