Commit d8ec3791 authored by Ronan Abhamon's avatar Ronan Abhamon

fix(src/components/core/CoreHandlers): coding style, remove useless `std::`

parent d68f7065
......@@ -53,8 +53,8 @@ void CoreHandlers::onCallStateChanged (
}
void CoreHandlers::onCallStatsUpdated (
const std::shared_ptr<linphone::Core> &,
const std::shared_ptr<linphone::Call> &call,
const shared_ptr<linphone::Core> &,
const shared_ptr<linphone::Call> &call,
const linphone::CallStats &stats
) {
call->getData<CallModel>("call-model").updateStats(stats);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment