Commit 497036ba authored by Ronan Abhamon's avatar Ronan Abhamon

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

parent ba14df8b
...@@ -94,7 +94,7 @@ private: ...@@ -94,7 +94,7 @@ private:
shared_ptr<linphone::Buffer> onFileTransferSend ( shared_ptr<linphone::Buffer> onFileTransferSend (
const shared_ptr<linphone::ChatMessage> &, const shared_ptr<linphone::ChatMessage> &,
const shared_ptr<linphone::Content> &content, const shared_ptr<linphone::Content> &,
size_t, size_t,
size_t size_t
) override { ) override {
......
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