fix build

This commit is contained in:
Benjamin Reis 2018-03-21 14:37:15 +01:00
parent d3bd85918a
commit 0fe857bfca

View file

@ -125,7 +125,7 @@ void LocalConferenceListEventHandler::subscribeReceived (LinphoneEvent *lev, con
Content content;
if (notifyId > 0) {
ContentType contentType(ContentType::Multipart);
contentType.setParameter("boundary=" + string(MultipartBoundary));
contentType.addParameter("boundary", string(MultipartBoundary));
content.setContentType(contentType);
} else
content.setContentType(ContentType::ConferenceInfo);