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

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


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

diff --git a/TelepathyQt4/connection.h b/TelepathyQt4/connection.h
index f87e2e2..ff7f181 100644
--- a/TelepathyQt4/connection.h
+++ b/TelepathyQt4/connection.h
@@ -83,7 +83,7 @@ public:
     static ConnectionPtr create(const QDBusConnection &bus,
             const QString &busName, const QString &objectPath);
 
-    ~Connection();
+    virtual ~Connection();
 
     uint status() const;
     uint statusReason() const;
-- 
1.5.6.5




More information about the telepathy-commits mailing list