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

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


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

diff --git a/TelepathyQt4/streamed-media-channel.h b/TelepathyQt4/streamed-media-channel.h
index 5009704..573389e 100644
--- a/TelepathyQt4/streamed-media-channel.h
+++ b/TelepathyQt4/streamed-media-channel.h
@@ -130,7 +130,7 @@ public:
     static StreamedMediaChannelPtr create(const ConnectionPtr &connection,
             const QString &objectPath, const QVariantMap &immutableProperties);
 
-    ~StreamedMediaChannel();
+    virtual ~StreamedMediaChannel();
 
     MediaStreams streams() const;
     MediaStreams streamsForType(MediaStreamType type) const;
-- 
1.5.6.5




More information about the telepathy-commits mailing list