diff options
| -rw-r--r-- | booleancondition.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/booleancondition.h b/booleancondition.h index 3ff3402..ba3dafd 100644 --- a/booleancondition.h +++ b/booleancondition.h @@ -10,7 +10,7 @@ public: enum LogicOperator { Equal, GreaterThan, LesserThan, GreaterOrEqual, LesserOrEqual}; BooleanCondition(); - virtual bool isValid(Die* b) const; + virtual qint64 hasValid(Die* b,bool recursive) const; void setOperator(LogicOperator m); void setValue(qint64); |