mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2025-04-16 14:17:12 +02:00
Version 4.3: Fix build with GCC.
This commit is contained in:
parent
9e7a4e59a8
commit
fcf88a9d1f
1 changed files with 1 additions and 1 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Reference in a new issue