summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorGeorge Hazan <ghazan@miranda.im>2023-04-24 12:53:40 +0300
committerGeorge Hazan <ghazan@miranda.im>2023-04-24 12:53:40 +0300
commite4a77876719997918082cb4973fe33558292e9a0 (patch)
tree6b5e0cdb4753a50ace34c18ab2cf69e49cd0f705 /include
parent306f00df80ab1f0d9070fa70c8316f4c3b415b4a (diff)
even less custom shitcode
Diffstat (limited to 'include')
-rw-r--r--include/m_chat_int.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/m_chat_int.h b/include/m_chat_int.h
index 9729a0bc30..a244af5929 100644
--- a/include/m_chat_int.h
+++ b/include/m_chat_int.h
@@ -115,6 +115,8 @@ struct MIR_APP_EXPORT LOGINFO : public MZeroedObject, public MNonCopyable
int getIcon() const;
int getIndex() const;
+ void write(struct RtfChatLogStreamData *streamData, bool simpleMode, CMStringA &str, const wchar_t *line) const;
+
ptrW ptszText;
ptrW ptszNick;
ptrW ptszUID;