mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2025-06-05 06:33:57 +02:00
Beta version 1.9.22: Fix GCC build.
This commit is contained in:
parent
13feafad2f
commit
deb76f38d7
2 changed files with 2 additions and 3 deletions
|
@ -135,8 +135,7 @@ const auto kIcons = std::vector<FilterIcons>{
|
||||||
} // namespace
|
} // namespace
|
||||||
|
|
||||||
const FilterIcons &LookupFilterIcon(FilterIcon icon) {
|
const FilterIcons &LookupFilterIcon(FilterIcon icon) {
|
||||||
Expects(static_cast<int>(icon) >= 0
|
Expects(static_cast<int>(icon) < kIcons.size());
|
||||||
&& static_cast<int>(icon) < kIcons.size());
|
|
||||||
|
|
||||||
return kIcons[static_cast<int>(icon)];
|
return kIcons[static_cast<int>(icon)];
|
||||||
}
|
}
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
1.9.22 (27.03.20)
|
1.9.22 beta (27.03.20)
|
||||||
|
|
||||||
- Organize chats into Chat Folders if you have too many chats.
|
- Organize chats into Chat Folders if you have too many chats.
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue