aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/range.h
diff options
context:
space:
mode:
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 629d0c3..3573174 100644
--- a/range.h
+++ b/range.h
@@ -31,7 +31,7 @@ public:
Range();
void setValue(qint64,qint64);
- virtual qint64 hasValid(Die* b,bool recursive) const;
+ virtual qint64 hasValid(Die* b,bool recursive,bool unlight = false) const;
virtual QString toString();
virtual quint8 getValidRangeSize(quint64 faces) const;