diff options
| author | 2014-12-09 22:06:47 +0100 | |
|---|---|---|
| committer | 2014-12-09 22:06:47 +0100 | |
| commit | fa1c05a58698d3a6c049479eb8f7d88ac9ddb348 (patch) | |
| tree | d899b90ed057ee4d3b0bb230771a1b720630190f /node | |
| parent | cf23e20af397b228702531b749107846a4025b13 (diff) | |
| download | OneRoll-fa1c05a58698d3a6c049479eb8f7d88ac9ddb348.tar.gz OneRoll-fa1c05a58698d3a6c049479eb8f7d88ac9ddb348.zip | |
fix warnings
Diffstat (limited to 'node')
| -rw-r--r-- | node/dicerollernode.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/node/dicerollernode.h b/node/dicerollernode.h index d46f8ba..67d4c2d 100644 --- a/node/dicerollernode.h +++ b/node/dicerollernode.h @@ -16,7 +16,7 @@ private: QMutex* m_mutex; DiceResult* m_sharedDiceResult; int m_faces; - int m_diceCount; + quint64 m_diceCount; }; /** |