From fcf88a9d1f63699657fd2f6a40ad81ba6a1163a2 Mon Sep 17 00:00:00 2001 From: John Preston Date: Sat, 5 Nov 2022 19:13:56 +0400 Subject: [PATCH] Version 4.3: Fix build with GCC. --- Telegram/SourceFiles/data/data_forum.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Telegram/SourceFiles/data/data_forum.cpp b/Telegram/SourceFiles/data/data_forum.cpp index a33937c1d..60518864d 100644 --- a/Telegram/SourceFiles/data/data_forum.cpp +++ b/Telegram/SourceFiles/data/data_forum.cpp @@ -352,7 +352,7 @@ MsgId Forum::reserveCreatingId( DocumentId iconId) { const auto result = owner().nextLocalMessageId(); _creatingRootIds.emplace(result); - const auto topic = applyTopicAdded( + applyTopicAdded( result, title, colorId,