Fix build on Linux.

This commit is contained in:
John Preston 2024-07-30 18:37:57 +03:00
parent a25b2e9700
commit dac4389e37

View file

@ -124,7 +124,7 @@ void GiftCreditsBox(
0,
[=] { gifted(); box->uiShow()->hideLayer(); });
const auto bottom = box->setPinnedToBottomContent(
box->setPinnedToBottomContent(
object_ptr<Ui::VerticalLayout>(box));
}