Version 4.3: Fix build with GCC.

This commit is contained in:
John Preston 2022-11-05 19:13:56 +04:00
parent 9e7a4e59a8
commit fcf88a9d1f

View file

@ -352,7 +352,7 @@ MsgId Forum::reserveCreatingId(
DocumentId iconId) { DocumentId iconId) {
const auto result = owner().nextLocalMessageId(); const auto result = owner().nextLocalMessageId();
_creatingRootIds.emplace(result); _creatingRootIds.emplace(result);
const auto topic = applyTopicAdded( applyTopicAdded(
result, result,
title, title,
colorId, colorId,