diff options
Diffstat (limited to 'booleancondition.h')
| -rw-r--r-- | booleancondition.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/booleancondition.h b/booleancondition.h index 466de80..f420adf 100644 --- a/booleancondition.h +++ b/booleancondition.h @@ -41,6 +41,7 @@ public: LesserOrEqual, Different }; + BooleanCondition(); virtual ~BooleanCondition() override; |