[Telepathy-commits] [telepathy-qt4/master] Make AccountManager::Private a class to fit its definition.
Andre Moreira Magalhaes (andrunko)
andre.magalhaes at collabora.co.uk
Thu Jan 8 09:11:17 PST 2009
---
TelepathyQt4/Client/account-manager.h | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/TelepathyQt4/Client/account-manager.h b/TelepathyQt4/Client/account-manager.h
index 8a57951..c0e7392 100644
--- a/TelepathyQt4/Client/account-manager.h
+++ b/TelepathyQt4/Client/account-manager.h
@@ -99,8 +99,8 @@ protected:
private:
void init();
- struct Private;
- friend struct Private;
+ class Private;
+ friend class Private;
Private *mPriv;
};
--
1.5.6.5
More information about the Telepathy-commits
mailing list