From eb33a86e2122da879f193d9326402e4b8766b768 Mon Sep 17 00:00:00 2001 From: Sylvain Berfini Date: Mon, 6 Nov 2017 11:13:44 +0100 Subject: [PATCH] Fixed wrong type in header --- include/linphone/api/c-chat-message.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/linphone/api/c-chat-message.h b/include/linphone/api/c-chat-message.h index ce5da7eed..af7aae13d 100644 --- a/include/linphone/api/c-chat-message.h +++ b/include/linphone/api/c-chat-message.h @@ -351,7 +351,7 @@ LINPHONE_PUBLIC LinphoneChatMessageCbs * linphone_chat_message_get_callbacks(con * @param[in] msg LinphoneChatMessage object * @param[in] c_content LinphoneContent object */ -LINPHONE_PUBLIC void linphone_chat_message_add_text_content(LinphoneChatMessage *msg, const LinphoneContent *c_content); +LINPHONE_PUBLIC void linphone_chat_message_add_text_content(LinphoneChatMessage *msg, const char *c_content); /** * Returns true if the chat message has a text content