From 1eba566506dbfa6cdff3490aefe20383ec86edf9 Mon Sep 17 00:00:00 2001 From: Simon Morlat Date: Wed, 22 Mar 2017 14:46:27 +0100 Subject: [PATCH] fix compilation issue with last commit --- coreapi/private.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/coreapi/private.h b/coreapi/private.h index 0ff8700cc..dbbb9ccfd 100644 --- a/coreapi/private.h +++ b/coreapi/private.h @@ -1610,7 +1610,7 @@ BELLE_SIP_TYPE_ID(LinphonePresenceService), BELLE_SIP_TYPE_ID(LinphonePresencePerson), BELLE_SIP_TYPE_ID(LinphonePresenceActivity), BELLE_SIP_TYPE_ID(LinphonePresenceNote), -BELLE_SIP_TYPE_ID(LinphoneErrorInfo) +BELLE_SIP_TYPE_ID(LinphoneErrorInfo), BELLE_SIP_TYPE_ID(LinphoneConferenceParams), BELLE_SIP_TYPE_ID(LinphoneConference), BELLE_SIP_TYPE_ID(LinphoneInfoMessage)