mirror of https://github.com/procxx/kepka.git
Fix build for Xcode.
This commit is contained in:
parent
79870600d9
commit
da385069f4
|
@ -142,7 +142,7 @@ struct HistoryMessageReply : public RuntimeComponent<HistoryMessageReply, Histor
|
||||||
void setReplyToLinkFrom(
|
void setReplyToLinkFrom(
|
||||||
not_null<HistoryMessage*> holder);
|
not_null<HistoryMessage*> holder);
|
||||||
|
|
||||||
[[nodiscard]] void refreshReplyToDocument();
|
void refreshReplyToDocument();
|
||||||
|
|
||||||
MsgId replyToMsgId = 0;
|
MsgId replyToMsgId = 0;
|
||||||
HistoryItem *replyToMsg = nullptr;
|
HistoryItem *replyToMsg = nullptr;
|
||||||
|
|
Loading…
Reference in New Issue