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

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


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

diff --git a/TelepathyQt4/channel-request.h b/TelepathyQt4/channel-request.h
index b74a1ea..fda4afc 100644
--- a/TelepathyQt4/channel-request.h
+++ b/TelepathyQt4/channel-request.h
@@ -63,7 +63,7 @@ public:
     static ChannelRequestPtr create(const QDBusConnection &bus,
             const QString &objectPath, const QVariantMap &immutableProperties);
 
-    ~ChannelRequest();
+    virtual ~ChannelRequest();
 
     AccountPtr account() const;
 
-- 
1.5.6.5




More information about the telepathy-commits mailing list