diff --git a/coreapi/payload_type.c b/coreapi/payload_type.c index 3584b49c3..e53d0739f 100644 --- a/coreapi/payload_type.c +++ b/coreapi/payload_type.c @@ -29,7 +29,7 @@ struct _LinphonePayloadType { }; BELLE_SIP_DECLARE_NO_IMPLEMENTED_INTERFACES(LinphonePayloadType); -BELLE_SIP_DECLARE_VPTR(LinphonePayloadType); +BELLE_SIP_DECLARE_VPTR_NO_EXPORT(LinphonePayloadType); LinphonePayloadType *linphone_payload_type_new(LinphoneCore *lc, OrtpPayloadType *ortp_pt) { LinphonePayloadType *pt;