aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/node
diff options
context:
space:
mode:
Diffstat (limited to 'node')
-rw-r--r--node/dicerollernode.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/node/dicerollernode.h b/node/dicerollernode.h
index a59f97c..67d4074 100644
--- a/node/dicerollernode.h
+++ b/node/dicerollernode.h
@@ -57,7 +57,7 @@ private:
DiceResult* m_diceResult;
qint64 m_min;
Die::ArithmeticOperator m_operator;
- bool m_unique;
+ bool m_unique = false;
};
#endif // DICEROLLERNODE_H