MessagePredicate: Add virtual destructor
This commit is contained in:
@@ -17,6 +17,8 @@ namespace chatterino {
|
|||||||
class MessagePredicate
|
class MessagePredicate
|
||||||
{
|
{
|
||||||
public:
|
public:
|
||||||
|
virtual ~MessagePredicate() = default;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @brief Checks whether this predicate applies to the passed message.
|
* @brief Checks whether this predicate applies to the passed message.
|
||||||
*
|
*
|
||||||
|
|||||||
Reference in New Issue
Block a user