diff options
| author | 2020-04-15 22:42:55 +0200 | |
|---|---|---|
| committer | 2020-04-15 22:42:55 +0200 | |
| commit | c987c9b501083b1995958d62c3e07fb236bc9410 (patch) | |
| tree | 5a88935be195e39522d9e3f4336d314b7cbf0bb8 /booleancondition.h | |
| parent | c4ae3b2555fad261b21b285a0845238ad3b7e3e5 (diff) | |
| download | OneRoll-c987c9b501083b1995958d62c3e07fb236bc9410.tar.gz OneRoll-c987c9b501083b1995958d62c3e07fb236bc9410.zip | |
Dice: fix #77 from github
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; |