From 5e872e4d2dc251e314aac7de833bb54b9c60151f Mon Sep 17 00:00:00 2001 From: John Preston Date: Wed, 17 Oct 2018 10:07:22 +0300 Subject: [PATCH] Beta version 1.4.4: Fix build for GCC. --- Telegram/SourceFiles/codegen/emoji/data.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Telegram/SourceFiles/codegen/emoji/data.cpp b/Telegram/SourceFiles/codegen/emoji/data.cpp index 9d12ca41c..c9f5f8715 100644 --- a/Telegram/SourceFiles/codegen/emoji/data.cpp +++ b/Telegram/SourceFiles/codegen/emoji/data.cpp @@ -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 list, + std::initializer_list list, const InputId &id) { for (const auto current : list) { if (std::find(begin(*current), end(*current), id) != end(*current)) {