mirror of
https://gitlab.linphone.org/BC/public/linphone-desktop.git
synced 2026-02-03 20:59:29 +00:00
fix(src/components/chat/ChatModel): remove useless content parameter
This commit is contained in:
parent
ba14df8bf0
commit
497036baf6
1 changed files with 1 additions and 1 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue