From f9174327d899621bf4dfd6e62017abf337976d12 Mon Sep 17 00:00:00 2001 From: John Preston Date: Sat, 31 Jan 2026 12:15:19 +0400 Subject: [PATCH] Fix build with MSVC. --- Telegram/SourceFiles/boxes/select_future_owner_box.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Telegram/SourceFiles/boxes/select_future_owner_box.cpp b/Telegram/SourceFiles/boxes/select_future_owner_box.cpp index b3b12622e5..3e8cd85139 100644 --- a/Telegram/SourceFiles/boxes/select_future_owner_box.cpp +++ b/Telegram/SourceFiles/boxes/select_future_owner_box.cpp @@ -211,7 +211,7 @@ void SelectFutureOwnerbox( st::boxRowPadding); Ui::AddSkip(content); Ui::AddSkip(content); - const auto title = content->add( + content->add( object_ptr( content, channel->isMegagroup() @@ -222,7 +222,7 @@ void SelectFutureOwnerbox( Ui::AddSkip(content); Ui::AddSkip(content); const auto adminsAreEqual = false; - const auto about = content->add( + content->add( object_ptr( content, (adminsAreEqual