mirror of
https://github.com/kotatogram/kotatogram-desktop
synced 2025-08-30 22:25:12 +00:00
Beta version 1.9.22: Fix GCC build.
This commit is contained in:
@@ -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.
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user