mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2025-06-05 06:33:57 +02:00
Version 5.10: Fix build with Xcode.
This commit is contained in:
parent
3b0fe3043f
commit
5b6bec775b
1 changed files with 1 additions and 1 deletions
|
@ -129,7 +129,7 @@ private:
|
||||||
}
|
}
|
||||||
|
|
||||||
const style::PeerListItem &computeSt(
|
const style::PeerListItem &computeSt(
|
||||||
const style::PeerListItem &st) const {
|
const style::PeerListItem &st) const override {
|
||||||
return _available ? st::recentPeersSpecialName : st;
|
return _available ? st::recentPeersSpecialName : st;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue