mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-05-03 20:46:28 +00:00
fix(MainDb): call addContent correctly
This commit is contained in:
parent
87c7236d7f
commit
2600d5f4d8
1 changed files with 1 additions and 1 deletions
|
|
@ -359,7 +359,7 @@ MainDb::MainDb (const shared_ptr<Core> &core) : AbstractDb(*new MainDbPrivate),
|
|||
|
||||
content->setContentType(contentType);
|
||||
content->setBody(row.get<string>(2));
|
||||
chatMessage.addContent(content);
|
||||
chatMessage->addContent(content);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue