From e5d25f028d43c34c5d434cad31ebb7050bde33fb Mon Sep 17 00:00:00 2001 From: Ghislain MARY Date: Tue, 12 Jan 2016 10:18:31 +0100 Subject: [PATCH] Fix build of tester on Windows. --- coreapi/conference.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/coreapi/conference.h b/coreapi/conference.h index 1086920c2..6192850a3 100644 --- a/coreapi/conference.h +++ b/coreapi/conference.h @@ -50,7 +50,7 @@ int linphone_conference_terminate(LinphoneConference *obj); int linphone_conference_enter(LinphoneConference *obj); int linphone_conference_leave(LinphoneConference *obj); -bool_t linphone_conference_is_in(const LinphoneConference *obj); +LINPHONE_PUBLIC bool_t linphone_conference_is_in(const LinphoneConference *obj); AudioStream *linphone_conference_get_audio_stream(const LinphoneConference *obj); int linphone_conference_mute_microphone(LinphoneConference *obj, bool_t val);