summaryrefslogtreecommitdiff
path: root/TelepathyQt/simple-observer.h
diff options
context:
space:
mode:
Diffstat (limited to 'TelepathyQt/simple-observer.h')
-rw-r--r--TelepathyQt/simple-observer.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/TelepathyQt/simple-observer.h b/TelepathyQt/simple-observer.h
index e460d747..fd07094a 100644
--- a/TelepathyQt/simple-observer.h
+++ b/TelepathyQt/simple-observer.h
@@ -55,7 +55,7 @@ public:
const QList<ChannelClassFeatures> &extraChannelFeatures =
QList<ChannelClassFeatures>());
- virtual ~SimpleObserver();
+ ~SimpleObserver() override;
AccountPtr account() const;
ChannelClassSpecList channelFilter() const;