aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/validator.h
diff options
context:
space:
mode:
Diffstat (limited to 'validator.h')
-rw-r--r--validator.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/validator.h b/validator.h
index c9bb78e..d18a691 100644
--- a/validator.h
+++ b/validator.h
@@ -30,7 +30,7 @@ class Validator
{
public:
Validator();
- virtual qint64 hasValid(Die* b,bool recursive) const = 0 ;
+ virtual qint64 hasValid(Die* b,bool recursive,bool unlight = false) const = 0 ;
virtual QString toString()=0;
virtual quint8 getValidRangeSize(quint64 faces) const = 0 ;