Fix build.

This commit is contained in:
Ghislain MARY 2018-02-20 15:32:40 +01:00
parent 885611ff4c
commit e7aadda4fa

View file

@ -218,7 +218,7 @@ void ServerGroupChatRoom::onFirstNotifyReceived (const IdentityAddress &addr) {}
// -----------------------------------------------------------------------------
ostream &operator<< (ostream &stream, const ServerGroupChatRoom *chatRoom) {
return stream << "ServerGroupChatRoom [" << chatRoom << "]";
return stream << "ServerGroupChatRoom [" << reinterpret_cast<const void *>(chatRoom) << "]";
}
LINPHONE_END_NAMESPACE