From 527011e141ea8022a2bb41a52ef64fbb6cac0cfe Mon Sep 17 00:00:00 2001 From: Renaud G Date: Sun, 12 Feb 2017 11:19:57 +0100 Subject: -remove unsigned --- node/dicerollernode.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'node/dicerollernode.cpp') diff --git a/node/dicerollernode.cpp b/node/dicerollernode.cpp index c3062c9..caff889 100644 --- a/node/dicerollernode.cpp +++ b/node/dicerollernode.cpp @@ -9,7 +9,7 @@ -DiceRollerNode::DiceRollerNode(quint64 max,qint64 min) +DiceRollerNode::DiceRollerNode(qint64 max,qint64 min) : m_max(max),m_diceResult(new DiceResult()),m_min(min) { m_result=m_diceResult; -- cgit v1.2.3-70-g09d2