summaryrefslogtreecommitdiff
path: root/TelepathyQt/account-property-filter.h
diff options
context:
space:
mode:
Diffstat (limited to 'TelepathyQt/account-property-filter.h')
-rw-r--r--TelepathyQt/account-property-filter.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/TelepathyQt/account-property-filter.h b/TelepathyQt/account-property-filter.h
index 5694831e..ae98134c 100644
--- a/TelepathyQt/account-property-filter.h
+++ b/TelepathyQt/account-property-filter.h
@@ -42,9 +42,9 @@ public:
return AccountPropertyFilterPtr(new AccountPropertyFilter);
}
- ~AccountPropertyFilter();
+ ~AccountPropertyFilter() override;
- bool isValid() const;
+ bool isValid() const override;
private:
AccountPropertyFilter();