Fix automatic wrapper generation.

This commit is contained in:
Ghislain MARY 2015-08-19 10:27:26 +02:00
parent 358bc77399
commit c578229f92

View file

@ -878,6 +878,7 @@ LINPHONE_PUBLIC bool_t linphone_call_echo_limiter_enabled(const LinphoneCall *ca
/**
* Enum describing type of audio route.
* @ingroup call_control
**/
enum _LinphoneAudioRoute {
LinphoneAudioRouteEarpiece = MSAudioRouteEarpiece,
@ -886,6 +887,7 @@ enum _LinphoneAudioRoute {
/**
* Enum describing type of audio route.
* @ingroup call_control
**/
typedef enum _LinphoneAudioRoute LinphoneAudioRoute;