From 5b4e1339866db3be97b00ee11cd19dfa0596efe1 Mon Sep 17 00:00:00 2001 From: Manjeet Dahiya Date: Tue, 20 Oct 2009 19:30:50 +0000 Subject: fix for Issue 18: Class XXX has virtual functions but non-virtual destructor -warnings and other warnings --- source/QXmppVCardManager.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source/QXmppVCardManager.cpp') diff --git a/source/QXmppVCardManager.cpp b/source/QXmppVCardManager.cpp index b97b55b8..0240f094 100644 --- a/source/QXmppVCardManager.cpp +++ b/source/QXmppVCardManager.cpp @@ -26,7 +26,7 @@ #include "QXmppUtils.h" QXmppVCardManager::QXmppVCardManager(QXmppClient* client) : - m_client(client), QObject(client) + QObject(client), m_client(client) { } -- cgit v1.2.3