mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-01-20 20:48:07 +00:00
Fix build.
This commit is contained in:
parent
885611ff4c
commit
e7aadda4fa
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue