Fix build with MSVC.

This commit is contained in:
John Preston
2025-08-31 22:17:17 +04:00
parent 8859e352f9
commit 881d73d4ab
@@ -64,8 +64,7 @@ void AboutSponsoredBox(not_null<Ui::GenericBox*> box) {
return Ui::Text::Link(text, url);
}),
Ui::Text::RichLangValue);
const auto info1 = box->addRow(
object_ptr<FlatLabel>(box, std::move(text1), stLabel));
box->addRow(object_ptr<FlatLabel>(box, std::move(text1), stLabel));
box->addSkip(st::sponsoredUrlButtonSkip);
addUrl();