summaryrefslogtreecommitdiff
path: root/TelepathyQt/filter.h
diff options
context:
space:
mode:
Diffstat (limited to 'TelepathyQt/filter.h')
-rw-r--r--TelepathyQt/filter.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/TelepathyQt/filter.h b/TelepathyQt/filter.h
index 33a5a8ca..db7cf0d0 100644
--- a/TelepathyQt/filter.h
+++ b/TelepathyQt/filter.h
@@ -39,7 +39,7 @@ class Filter : public RefCounted
Q_DISABLE_COPY(Filter)
public:
- virtual ~Filter() {}
+ ~Filter() override {}
virtual bool isValid() const { return false; }