mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2025-04-19 07:37:11 +02:00
Closed beta version 1.5.6.1: Fix build in GCC.
This commit is contained in:
parent
54fa974789
commit
c7469075ab
1 changed files with 1 additions and 1 deletions
|
@ -541,7 +541,7 @@ void ClearIrrelevantCache() {
|
|||
}
|
||||
|
||||
std::vector<Set> Sets() {
|
||||
return kSets;
|
||||
return kSets | ranges::to_vector;
|
||||
}
|
||||
|
||||
int CurrentSetId() {
|
||||
|
|
Loading…
Add table
Reference in a new issue