mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-01-22 05:38:14 +00:00
Fixed broken macro due to latest changes
This commit is contained in:
parent
d9d06fa32f
commit
1dae5d1742
1 changed files with 1 additions and 1 deletions
|
|
@ -42,7 +42,7 @@ using namespace std;
|
|||
static void _linphone_chat_message_constructor (LinphoneChatMessage *msg);
|
||||
static void _linphone_chat_message_destructor (LinphoneChatMessage *msg);
|
||||
|
||||
L_DECLARE_C_STRUCT_IMPL_WITH_XTORS(ChatMessage, ChatMessage, chat_message,
|
||||
L_DECLARE_C_STRUCT_IMPL_WITH_XTORS(ChatMessage, ChatMessage,
|
||||
_linphone_chat_message_constructor, _linphone_chat_message_destructor,
|
||||
LinphoneChatMessageCbs *cbs;
|
||||
LinphoneChatRoom* chat_room;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue