Skip to content
This repository has been archived by the owner on Nov 30, 2023. It is now read-only.

Commit

Permalink
MessagePredicate: Add virtual destructor
Browse files Browse the repository at this point in the history
  • Loading branch information
pajlada committed Nov 28, 2021
1 parent 2075e88 commit 3fcb634
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/messages/search/MessagePredicate.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@ namespace chatterino {
class MessagePredicate
{
public:
virtual ~MessagePredicate() = default;

/**
* @brief Checks whether this predicate applies to the passed message.
*
Expand Down

0 comments on commit 3fcb634

Please sign in to comment.