summaryrefslogtreecommitdiff
path: root/TelepathyQt/Farstream/channel.h
diff options
context:
space:
mode:
Diffstat (limited to 'TelepathyQt/Farstream/channel.h')
-rw-r--r--TelepathyQt/Farstream/channel.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/TelepathyQt/Farstream/channel.h b/TelepathyQt/Farstream/channel.h
index 6ed6a023..09d60e4b 100644
--- a/TelepathyQt/Farstream/channel.h
+++ b/TelepathyQt/Farstream/channel.h
@@ -45,7 +45,7 @@ class TP_QT_FS_EXPORT PendingChannel : public Tp::PendingOperation
Q_DISABLE_COPY(PendingChannel)
public:
- ~PendingChannel();
+ ~PendingChannel() override;
TfChannel *tfChannel() const;
CallChannelPtr callChannel() const;