Beta version 1.4.4: Fix build for GCC.

This commit is contained in:
John Preston 2018-10-17 10:07:22 +03:00
parent a429e22b93
commit 5e872e4d2d
1 changed files with 1 additions and 1 deletions

View File

@ -2094,7 +2094,7 @@ bool CheckOldInCurrent() {
const auto category = *c;
for (auto i = begin(*category); i != end(*category); ++i) {
const auto find = [](
std::initializer_list<InputCategory*> list,
std::initializer_list<InputCategory* const> list,
const InputId &id) {
for (const auto current : list) {
if (std::find(begin(*current), end(*current), id) != end(*current)) {