Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
BC
public
liblinphone
Commits
9a1558e0
Commit
9a1558e0
authored
Dec 19, 2017
by
Benjamin REIS
Browse files
fix build
parent
3f7a82b9
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
3 deletions
+6
-3
src/chat/chat-room/server-group-chat-room-stub.cpp
src/chat/chat-room/server-group-chat-room-stub.cpp
+6
-3
No files found.
src/chat/chat-room/server-group-chat-room-stub.cpp
View file @
9a1558e0
...
...
@@ -100,9 +100,12 @@ void ServerGroupChatRoomPrivate::onCallSessionStateChanged (
// =============================================================================
ServerGroupChatRoom
::
ServerGroupChatRoom
(
const
shared_ptr
<
Core
>
&
core
,
SalCallOp
*
op
)
:
ChatRoom
(
*
new
ServerGroupChatRoomPrivate
,
core
,
ChatRoomId
(
IdentityAddress
(
op
->
get_to
()),
IdentityAddress
(
op
->
get_to
()))),
LocalConference
(
core
,
IdentityAddress
(
op
->
get_to
()),
nullptr
)
{}
ServerGroupChatRoom
::
ServerGroupChatRoom
(
const
shared_ptr
<
Core
>
&
core
,
SalCallOp
*
op
)
:
ChatRoom
(
*
new
ServerGroupChatRoomPrivate
,
core
,
ChatRoomId
(
IdentityAddress
(
op
->
get_to
()),
IdentityAddress
(
op
->
get_to
()))),
LocalConference
(
core
,
IdentityAddress
(
op
->
get_to
()),
nullptr
)
{
L_D
();
d
->
chatRoomListener
=
d
;
}
ServerGroupChatRoom
::
ServerGroupChatRoom
(
const
shared_ptr
<
Core
>
&
core
,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment