aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/die.h
diff options
context:
space:
mode:
Diffstat (limited to 'die.h')
-rw-r--r--die.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/die.h b/die.h
index f544808..eb43521 100644
--- a/die.h
+++ b/die.h
@@ -151,8 +151,8 @@ private:
bool m_hasValue= false;
bool m_displayStatus= false;
bool m_highlighted= true;
- qint64 m_maxValue;
- qint64 m_base;
+ qint64 m_maxValue= 0;
+ qint64 m_base= 0;
QString m_color;
Die::ArithmeticOperator m_op;