[telepathy-qt4/master] RoomList: Added virtual dtor.
Andre Moreira Magalhaes (andrunko)
andre.magalhaes at collabora.co.uk
Mon Jun 29 09:36:13 PDT 2009
---
TelepathyQt4/room-list.h | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/TelepathyQt4/room-list.h b/TelepathyQt4/room-list.h
index f47376d..ea9ac9f 100644
--- a/TelepathyQt4/room-list.h
+++ b/TelepathyQt4/room-list.h
@@ -39,7 +39,7 @@ public:
static RoomListPtr create(const ConnectionPtr &connection,
const QString &objectPath, const QVariantMap &immutableProperties);
- ~RoomList();
+ virtual ~RoomList();
protected:
RoomList(const ConnectionPtr &connection, const QString &objectPath,
--
1.5.6.5
More information about the telepathy-commits
mailing list