From 654bf04c8cf6b7ecb12d5b5b835b1d5708eabd5c Mon Sep 17 00:00:00 2001 From: Benjamin Reis Date: Wed, 8 Feb 2017 10:41:41 +0100 Subject: [PATCH] Fix compilation issue --- Classes/CallSideMenuView.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Classes/CallSideMenuView.m b/Classes/CallSideMenuView.m index 2941d1fb7..9cd6b22a6 100644 --- a/Classes/CallSideMenuView.m +++ b/Classes/CallSideMenuView.m @@ -151,7 +151,7 @@ [result appendString:@"\n"]; // RTP stats section (packet loss count, etc) - rtp_stats_t rtp_stats = linphone_call_stats_get_rtp_stats(stats); + const rtp_stats_t rtp_stats = *linphone_call_stats_get_rtp_stats(stats); [result appendString:[NSString stringWithFormat: @"RTP packets: %llu total, %lld cum loss, %llu discarded, %llu OOT, %llu bad",