diff options
| author | 2014-01-17 10:52:51 +0100 | |
|---|---|---|
| committer | 2014-01-17 10:52:51 +0100 | |
| commit | 33329db82c9e9be5a21e15f8a61249a0d5f0a178 (patch) | |
| tree | 686c408821ace4e8afaee1efe330b1947a0658d8 /validator.h | |
| parent | a4145d72a275ebb45a6033aac7a77013531f1189 (diff) | |
| download | OneRoll-33329db82c9e9be5a21e15f8a61249a0d5f0a178.tar.gz OneRoll-33329db82c9e9be5a21e15f8a61249a0d5f0a178.zip | |
Update validator.h
hasValid API
Diffstat (limited to 'validator.h')
| -rw-r--r-- | validator.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/validator.h b/validator.h index ed117c6..a65b181 100644 --- a/validator.h +++ b/validator.h @@ -8,7 +8,7 @@ class Validator { public: Validator(); - virtual bool isValid(Die* b) const = 0 ; + virtual qint64 hasValid(Die* b,bool recursive) const = 0 ; }; #endif // VALIDATOR_H |