mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2025-07-25 23:13:11 +02:00
Fix build with new MSVC.
This commit is contained in:
parent
e0e69ce740
commit
126749f04c
1 changed files with 2 additions and 2 deletions
|
@ -390,8 +390,8 @@ void EditCaptionBox(
|
|||
return;
|
||||
}
|
||||
auto text = TextWithEntities{
|
||||
base::take(textWithTags.text),
|
||||
ConvertTextTagsToEntities(base::take(textWithTags.tags)),
|
||||
std::move(textWithTags.text),
|
||||
ConvertTextTagsToEntities(std::move(textWithTags.tags)),
|
||||
};
|
||||
if (item->isUploading()) {
|
||||
item->setText(std::move(text));
|
||||
|
|
Loading…
Add table
Reference in a new issue