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

This commit is contained in:
Ronan Abhamon 2017-04-19 09:42:08 +02:00
parent d68f70654a
commit d8ec379115

View file

@ -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);