[telepathy-qt4/master] FileTransfer: Added virtual dtor.

Andre Moreira Magalhaes (andrunko) andre.magalhaes at collabora.co.uk
Mon Jun 29 09:36:02 PDT 2009


---
 TelepathyQt4/file-transfer.h |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/TelepathyQt4/file-transfer.h b/TelepathyQt4/file-transfer.h
index 6f8365f..ada7330 100644
--- a/TelepathyQt4/file-transfer.h
+++ b/TelepathyQt4/file-transfer.h
@@ -39,7 +39,7 @@ public:
     static FileTransferPtr create(const ConnectionPtr &connection,
             const QString &objectPath, const QVariantMap &immutableProperties);
 
-    ~FileTransfer();
+    virtual ~FileTransfer();
 
 protected:
     FileTransfer(const ConnectionPtr &connection, const QString &objectPath,
-- 
1.5.6.5




More information about the telepathy-commits mailing list