aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/die.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'die.cpp')
-rw-r--r--die.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/die.cpp b/die.cpp
index 49b30ac..87fdd3c 100644
--- a/die.cpp
+++ b/die.cpp
@@ -169,12 +169,12 @@ void Die::setColor(const QString &color)
m_color = color;
}
-quint64 Die::getMaxValue() const
+qint64 Die::getMaxValue() const
{
return m_maxValue;
}
-void Die::setMaxValue(const quint64 &maxValue)
+void Die::setMaxValue(const qint64 &maxValue)
{
m_maxValue = maxValue;
}