mirror of
https://github.com/kotatogram/kotatogram-desktop
synced 2025-08-31 22:55:11 +00:00
Version 1.5.1: Fix build for Xcode.
This commit is contained in:
@@ -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;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user