From c253cb7b7791b4ba8b457092ffe2adf0140b4d55 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fran=C3=A7ois=20Grisez?= Date: Thu, 7 Jan 2016 12:09:06 +0100 Subject: [PATCH] Fix double definition of LinphoneConference type --- coreapi/conference.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/coreapi/conference.h b/coreapi/conference.h index b2996ea89..4b1d7f49d 100644 --- a/coreapi/conference.h +++ b/coreapi/conference.h @@ -28,7 +28,7 @@ #include "linphonecore.h" -typedef struct _LinphoneConference LinphoneConference; +//typedef struct _LinphoneConference LinphoneConference; typedef enum { LinphoneConferenceClassLocal,