Skip to content

Commit

Permalink
Version 5.10: Fix build with Xcode.
Browse files Browse the repository at this point in the history
  • Loading branch information
john-preston committed Jan 2, 2025
1 parent 3b0fe30 commit 5b6bec7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Telegram/SourceFiles/boxes/transfer_gift_box.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ class Controller final : public ContactsBoxController {
}

const style::PeerListItem &computeSt(
const style::PeerListItem &st) const {
const style::PeerListItem &st) const override {
return _available ? st::recentPeersSpecialName : st;
}

Expand Down

0 comments on commit 5b6bec7

Please sign in to comment.