mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2025-04-11 11:47:09 +02:00
Version 5.12.1: Fix build with Xcode.
This commit is contained in:
parent
6a3657ca87
commit
fc67a801e3
1 changed files with 1 additions and 1 deletions
|
@ -500,7 +500,7 @@ void InnerWidget::showMenuFor(not_null<GiftButton*> button, QPoint point) {
|
|||
break;
|
||||
}
|
||||
}
|
||||
entry.pinnedSavedGifts = [pinnedIds, peer = _peer] {
|
||||
entry.pinnedSavedGifts = [pinnedIds] {
|
||||
auto result = std::vector<Data::CreditsHistoryEntry>();
|
||||
result.reserve(pinnedIds.size());
|
||||
for (const auto &id : pinnedIds) {
|
||||
|
|
Loading…
Add table
Reference in a new issue