mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2025-06-05 06:33:57 +02:00
Version 1.5.1: Fix build for Xcode.
This commit is contained in:
parent
4be335b8ac
commit
fa3117e41e
1 changed files with 3 additions and 1 deletions
|
@ -2302,7 +2302,9 @@ bool CheckOldInCurrent(std::set<Id> variatedIds) {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
for (const auto [inputId, gender] : WithoutGenderAliases) {
|
for (const auto &entry : WithoutGenderAliases) {
|
||||||
|
const auto &inputId = entry.first;
|
||||||
|
const auto &gender = entry.second;
|
||||||
if (findInMany(categories, inputId)) {
|
if (findInMany(categories, inputId)) {
|
||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue