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

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


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

diff --git a/TelepathyQt4/channel.h b/TelepathyQt4/channel.h
index 345fd31..4dd7d4f 100644
--- a/TelepathyQt4/channel.h
+++ b/TelepathyQt4/channel.h
@@ -62,7 +62,7 @@ public:
     static ChannelPtr create(const ConnectionPtr &connection,
             const QString &objectPath, const QVariantMap &immutableProperties);
 
-    ~Channel();
+    virtual ~Channel();
 
     ConnectionPtr connection() const;
 
-- 
1.5.6.5




More information about the telepathy-commits mailing list