fix(src/components/chat/ChatModel): remove useless content parameter

This commit is contained in:
Ronan Abhamon 2017-01-17 11:24:14 +01:00
parent ba14df8bf0
commit 497036baf6

View file

@ -94,7 +94,7 @@ private:
shared_ptr<linphone::Buffer> onFileTransferSend (
const shared_ptr<linphone::ChatMessage> &,
const shared_ptr<linphone::Content> &content,
const shared_ptr<linphone::Content> &,
size_t,
size_t
) override {