Version 5.10: Fix build with Xcode.

This commit is contained in:
John Preston 2025-01-02 11:02:33 +04:00
parent 3b0fe3043f
commit 5b6bec775b

View file

@ -129,7 +129,7 @@ private:
}
const style::PeerListItem &computeSt(
const style::PeerListItem &st) const {
const style::PeerListItem &st) const override {
return _available ? st::recentPeersSpecialName : st;
}