aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/range.h
diff options
context:
space:
mode:
authorRenaud G <renaud@rolisteam.org>2015-08-20 00:29:19 +0200
committerRenaud G <renaud@rolisteam.org>2015-08-20 00:29:19 +0200
commit129b908eb933c4cedb0a1c1bfde5b83620c46d3e (patch)
treeb630bdcdf2c79892bc2ebc2062a3616363ac7dae /range.h
parent479b2127e00c790f18b195494c11e1959ffc0eff (diff)
downloadOneRoll-129b908eb933c4cedb0a1c1bfde5b83620c46d3e.tar.gz
OneRoll-129b908eb933c4cedb0a1c1bfde5b83620c46d3e.zip
-Range size in quint64
Diffstat (limited to 'range.h')
-rw-r--r--range.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/range.h b/range.h
index eca8c85..f9849ce 100644
--- a/range.h
+++ b/range.h
@@ -38,7 +38,7 @@ public:
virtual qint64 hasValid(Die* b,bool recursive,bool unlight = false) const;
virtual QString toString();
- virtual quint8 getValidRangeSize(quint64 faces) const;
+ virtual quint64 getValidRangeSize(quint64 faces) const;
bool isFullyDefined();
qint64 getStart() const;