diff options
| author | 2021-01-24 13:30:26 +0100 | |
|---|---|---|
| committer | 2021-01-24 13:30:26 +0100 | |
| commit | 7d55efb32e845c910177c083e095956765fd5c17 (patch) | |
| tree | f3beaae96546f9cfabb25f3c456216acb89ca6ef /booleancondition.h | |
| parent | 228f38d2592dcce72274018a4ae9a745dc0f8005 (diff) | |
| download | OneRoll-7d55efb32e845c910177c083e095956765fd5c17.tar.gz OneRoll-7d55efb32e845c910177c083e095956765fd5c17.zip | |
Remove build warnings.
Diffstat (limited to 'booleancondition.h')
| -rw-r--r-- | booleancondition.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/booleancondition.h b/booleancondition.h index f420adf..88bab30 100644 --- a/booleancondition.h +++ b/booleancondition.h @@ -49,7 +49,7 @@ public: void setOperator(LogicOperator m); void setValueNode(ExecutionNode*); - QString toString(); + QString toString() override; virtual Dice::CONDITION_STATE isValidRangeSize(const std::pair<qint64, qint64>& range) const override; /** |