diff --git a/linphone-desktop/src/components/core/CoreHandlers.cpp b/linphone-desktop/src/components/core/CoreHandlers.cpp index 9d943b31e..1ca6ee15d 100644 --- a/linphone-desktop/src/components/core/CoreHandlers.cpp +++ b/linphone-desktop/src/components/core/CoreHandlers.cpp @@ -53,8 +53,8 @@ void CoreHandlers::onCallStateChanged ( } void CoreHandlers::onCallStatsUpdated ( - const std::shared_ptr &, - const std::shared_ptr &call, + const shared_ptr &, + const shared_ptr &call, const linphone::CallStats &stats ) { call->getData("call-model").updateStats(stats);