[Telepathy-commits] [telepathy-qt4/master] Make AccountManager::Private a class to fit its definition.

Andre Moreira Magalhaes (andrunko) andre.magalhaes at collabora.co.uk
Fri Jan 9 12:47:42 PST 2009


---
 TelepathyQt4/Client/connection-manager.h |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/TelepathyQt4/Client/connection-manager.h b/TelepathyQt4/Client/connection-manager.h
index d8d9225..13aa0cc 100644
--- a/TelepathyQt4/Client/connection-manager.h
+++ b/TelepathyQt4/Client/connection-manager.h
@@ -102,8 +102,8 @@ private:
 
     void addParameter(const ParamSpec &spec);
 
-    struct Private;
-    friend struct Private;
+    class Private;
+    friend class Private;
     friend class ConnectionManager;
     Private *mPriv;
     QString mCmName;
-- 
1.5.6.5




More information about the Telepathy-commits mailing list