From da385069f488f7a030d4c68a0a0ded31a9579c71 Mon Sep 17 00:00:00 2001 From: John Preston Date: Fri, 27 Dec 2019 17:29:51 +0300 Subject: [PATCH] Fix build for Xcode. --- Telegram/SourceFiles/history/history_item_components.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Telegram/SourceFiles/history/history_item_components.h b/Telegram/SourceFiles/history/history_item_components.h index 8ce45e0d8..5dddc30e8 100644 --- a/Telegram/SourceFiles/history/history_item_components.h +++ b/Telegram/SourceFiles/history/history_item_components.h @@ -142,7 +142,7 @@ struct HistoryMessageReply : public RuntimeComponent holder); - [[nodiscard]] void refreshReplyToDocument(); + void refreshReplyToDocument(); MsgId replyToMsgId = 0; HistoryItem *replyToMsg = nullptr;