aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/booleancondition.h
diff options
context:
space:
mode:
Diffstat (limited to 'booleancondition.h')
-rw-r--r--booleancondition.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/booleancondition.h b/booleancondition.h
index 55a6b12..fa178b2 100644
--- a/booleancondition.h
+++ b/booleancondition.h
@@ -31,7 +31,7 @@
class BooleanCondition : public Validator
{
public:
- enum LogicOperator { Equal, GreaterThan, LesserThan, GreaterOrEqual, LesserOrEqual};
+ enum LogicOperator { Equal, GreaterThan, LesserThan, GreaterOrEqual, LesserOrEqual, Different};
BooleanCondition();
virtual qint64 hasValid(Die* b,bool recursive, bool unhighlight = false) const;