diff options
Diffstat (limited to 'node/dicerollernode.h')
| -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 ab5c47f..dcdbeb2 100644 --- a/node/dicerollernode.h +++ b/node/dicerollernode.h @@ -17,7 +17,7 @@ public: * @param faces, number of faces of dices * @param offset, first value of dice. */ - DiceRollerNode(quint64 max, qint64 min = 1); + DiceRollerNode(qint64 max, qint64 min = 1); /** * @brief run - starts to roll dice. |