Version 6.3.3: Fix build with Xcode.

This commit is contained in:
John Preston
2025-11-21 20:37:46 +04:00
parent fc11d81673
commit 476e66d027

View File

@@ -288,9 +288,8 @@ rpl::producer<Ui::SlideWrap<Ui::RpWidget>*> TopBarSuggestionValue(
Fn<void()> callback;
base::has_weak_ptr guard;
};
const auto button = state->auctionsLifetime.make_state<
Button
>();
auto &lifetime = state->auctionsLifetime;
const auto button = lifetime.template make_state<Button>();
const auto window = FindSessionController(parent);
auctions->active(
) | rpl::start_with_next([=](ActiveAuctions &&active) {