mirror of
https://github.com/Chatterino/chatterino2.git
synced 2024-11-21 22:24:07 +01:00
MessagePredicate: Add virtual destructor
This commit is contained in:
parent
2075e88990
commit
3fcb6346f5
1 changed files with 2 additions and 0 deletions
|
@ -17,6 +17,8 @@ namespace chatterino {
|
|||
class MessagePredicate
|
||||
{
|
||||
public:
|
||||
virtual ~MessagePredicate() = default;
|
||||
|
||||
/**
|
||||
* @brief Checks whether this predicate applies to the passed message.
|
||||
*
|
||||
|
|
Loading…
Reference in a new issue