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