summaryrefslogtreecommitdiff
path: root/TelepathyQt/pending-string.h
diff options
context:
space:
mode:
Diffstat (limited to 'TelepathyQt/pending-string.h')
-rw-r--r--TelepathyQt/pending-string.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/TelepathyQt/pending-string.h b/TelepathyQt/pending-string.h
index 4bddc56a..078e4bff 100644
--- a/TelepathyQt/pending-string.h
+++ b/TelepathyQt/pending-string.h
@@ -41,7 +41,7 @@ class TP_QT_EXPORT PendingString : public PendingOperation
public:
PendingString(QDBusPendingCall call, const SharedPtr<RefCounted> &object);
- ~PendingString();
+ ~PendingString() override;
QString result() const;