Fixed broken macro due to latest changes

This commit is contained in:
Sylvain Berfini 2017-09-21 13:23:18 +02:00
parent d9d06fa32f
commit 1dae5d1742

View file

@ -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;