diff options
| author | 2015-10-11 22:13:07 +0200 | |
|---|---|---|
| committer | 2015-10-11 22:13:07 +0200 | |
| commit | 9e9dd15316e80cae916c532d13ddc5ddc5e93697 (patch) | |
| tree | 52f0daa73bcd36d3562cb80847cc4536355448fc /booleancondition.cpp | |
| parent | 80ff2a99b45a25695321cc84a30a3fbf3b797d54 (diff) | |
| parent | 1ccb6b4c0454fae8ebc4ebdca9ab74588d3d8707 (diff) | |
| download | OneRoll-9e9dd15316e80cae916c532d13ddc5ddc5e93697.tar.gz OneRoll-9e9dd15316e80cae916c532d13ddc5ddc5e93697.zip | |
Merge branch 'master' of github.com:obiwankennedy/DiceParser
Diffstat (limited to 'booleancondition.cpp')
| -rw-r--r-- | booleancondition.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/booleancondition.cpp b/booleancondition.cpp index c5fd7c7..c09166e 100644 --- a/booleancondition.cpp +++ b/booleancondition.cpp @@ -104,7 +104,7 @@ QString BooleanCondition::toString() } return QString("[%1%2]").arg(str).arg(m_value); } -quint8 BooleanCondition::getValidRangeSize(quint64 faces) const +quint64 BooleanCondition::getValidRangeSize(quint64 faces) const { switch (m_operator) { |