aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/range.h
diff options
context:
space:
mode:
authorobiwankennedy <renaud@rolisteam.org>2014-01-16 11:20:10 +0100
committerobiwankennedy <renaud@rolisteam.org>2014-01-16 11:20:10 +0100
commitdbaad0add73fdfa2afa91a8329dc3aa58e3418cc (patch)
treec3478f17785571ca615f565809283d7b8ad1b42c /range.h
parent062c34cba279e5d81bfcba294f1c67084e992d7b (diff)
downloadOneRoll-dbaad0add73fdfa2afa91a8329dc3aa58e3418cc.tar.gz
OneRoll-dbaad0add73fdfa2afa91a8329dc3aa58e3418cc.zip
Update range.h
hasValid 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 f58041a..110e7a4 100644
--- a/range.h
+++ b/range.h
@@ -10,7 +10,7 @@ public:
Range();
void setValue(qint64,qint64);
- virtual bool isValid(Die* b) const;
+ virtual qint64 hasValid(Die* b,bool recursive) const;
private:
qint64 m_start;