mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2026-07-25 06:54:43 +00:00
Fix build with MSVC.
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user