summaryrefslogtreecommitdiff
path: root/TelepathyQt/contact-factory.h
diff options
context:
space:
mode:
Diffstat (limited to 'TelepathyQt/contact-factory.h')
-rw-r--r--TelepathyQt/contact-factory.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/TelepathyQt/contact-factory.h b/TelepathyQt/contact-factory.h
index d8355f2a..c8a48706 100644
--- a/TelepathyQt/contact-factory.h
+++ b/TelepathyQt/contact-factory.h
@@ -48,7 +48,7 @@ class TP_QT_EXPORT ContactFactory : public RefCounted
public:
static ContactFactoryPtr create(const Features &features = Features());
- virtual ~ContactFactory();
+ ~ContactFactory() override;
Features features() const;