aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/range.h
diff options
context:
space:
mode:
authorobiwankennedy <renaud@rolisteam.org>2014-01-07 19:03:25 +0100
committerobiwankennedy <renaud@rolisteam.org>2014-01-07 19:03:25 +0100
commite62103b126ea5e324de73b6eef666e153bc3363c (patch)
tree76273e845f68a7239c28e46178aa9769557d9e95 /range.h
parent1b1a8ec48ed51de2ef2b3e9dc7f37cbdc56cfd10 (diff)
downloadOneRoll-e62103b126ea5e324de73b6eef666e153bc3363c.tar.gz
OneRoll-e62103b126ea5e324de73b6eef666e153bc3363c.zip
Update range.h
die API
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 73bef2b..ec610a1 100644
--- a/range.h
+++ b/range.h
@@ -10,7 +10,7 @@ public:
Range();
void setValue(qint64,qint64);
- virtual bool isValid(qint64 b) const;
+ virtual bool isValid(Die b) const;
private:
qint64 m_start;