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

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


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

diff --git a/TelepathyQt4/text-channel.h b/TelepathyQt4/text-channel.h
index a39d482..25666bd 100644
--- a/TelepathyQt4/text-channel.h
+++ b/TelepathyQt4/text-channel.h
@@ -73,7 +73,7 @@ public:
     static TextChannelPtr create(const ConnectionPtr &connection,
             const QString &objectPath, const QVariantMap &immutableProperties);
 
-    ~TextChannel();
+    virtual ~TextChannel();
 
     bool hasMessagesInterface() const;
     bool canInviteContacts() const;
-- 
1.5.6.5




More information about the telepathy-commits mailing list