Fixed wrong type in header

This commit is contained in:
Sylvain Berfini 2017-11-06 11:13:44 +01:00
parent af0db8a7ea
commit eb33a86e21

View file

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