Skip to content

Commit 5b6bec7

Browse files
committed
Version 5.10: Fix build with Xcode.
1 parent 3b0fe30 commit 5b6bec7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Telegram/SourceFiles/boxes/transfer_gift_box.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ class Controller final : public ContactsBoxController {
129129
}
130130

131131
const style::PeerListItem &computeSt(
132-
const style::PeerListItem &st) const {
132+
const style::PeerListItem &st) const override {
133133
return _available ? st::recentPeersSpecialName : st;
134134
}
135135

0 commit comments

Comments
 (0)