mirror of
https://github.com/telegramdesktop/tdesktop
synced 2025-03-02 20:38:12 +00:00
Closed beta version 1.5.6.1: Fix build in GCC.
This commit is contained in:
parent
54fa974789
commit
c7469075ab
@ -541,7 +541,7 @@ void ClearIrrelevantCache() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
std::vector<Set> Sets() {
|
std::vector<Set> Sets() {
|
||||||
return kSets;
|
return kSets | ranges::to_vector;
|
||||||
}
|
}
|
||||||
|
|
||||||
int CurrentSetId() {
|
int CurrentSetId() {
|
||||||
|
Loading…
Reference in New Issue
Block a user