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