Fix build for Xcode.

This commit is contained in:
John Preston 2019-12-27 17:29:51 +03:00
parent 79870600d9
commit da385069f4
1 changed files with 1 additions and 1 deletions

View File

@ -142,7 +142,7 @@ struct HistoryMessageReply : public RuntimeComponent<HistoryMessageReply, Histor
void setReplyToLinkFrom(
not_null<HistoryMessage*> holder);
[[nodiscard]] void refreshReplyToDocument();
void refreshReplyToDocument();
MsgId replyToMsgId = 0;
HistoryItem *replyToMsg = nullptr;