summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
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;