mirror of https://github.com/procxx/kepka.git
Beta version 1.9.22: Fix GCC build.
This commit is contained in:
parent
13feafad2f
commit
deb76f38d7
|
@ -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…
Reference in New Issue