summaryrefslogtreecommitdiff
path: root/TelepathyQt/call-content.h
diff options
context:
space:
mode:
Diffstat (limited to 'TelepathyQt/call-content.h')
-rw-r--r--TelepathyQt/call-content.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/TelepathyQt/call-content.h b/TelepathyQt/call-content.h
index 369b286b..80e65498 100644
--- a/TelepathyQt/call-content.h
+++ b/TelepathyQt/call-content.h
@@ -43,7 +43,7 @@ class TP_QT_EXPORT CallContent : public StatefulDBusProxy,
Q_DISABLE_COPY(CallContent)
public:
- ~CallContent();
+ ~CallContent() override;
CallChannelPtr channel() const;
@@ -89,7 +89,7 @@ class TP_QT_EXPORT PendingCallContent : public PendingOperation
Q_DISABLE_COPY(PendingCallContent)
public:
- ~PendingCallContent();
+ ~PendingCallContent() override;
CallContentPtr content() const;