mirror of
https://github.com/Qz3rK/tdesktop.git
synced 2026-07-03 14:15:08 +02:00
Closed beta version 1.5.6.1: Fix build in GCC.
This commit is contained in:
@@ -541,7 +541,7 @@ void ClearIrrelevantCache() {
|
||||
}
|
||||
|
||||
std::vector<Set> Sets() {
|
||||
return kSets;
|
||||
return kSets | ranges::to_vector;
|
||||
}
|
||||
|
||||
int CurrentSetId() {
|
||||
|
||||
Reference in New Issue
Block a user