summaryrefslogtreecommitdiff
path: root/include/m_chat_int.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/m_chat_int.h')
-rw-r--r--include/m_chat_int.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/include/m_chat_int.h b/include/m_chat_int.h
index 92c166dfa4..95a8c10206 100644
--- a/include/m_chat_int.h
+++ b/include/m_chat_int.h
@@ -107,8 +107,11 @@ struct FONTINFO
COLORREF color;
};
-struct LOGINFO
+struct MIR_APP_EXPORT LOGINFO : public MZeroedObject, public MNonCopyable
{
+ LOGINFO(const GCEVENT*);
+ ~LOGINFO();
+
ptrW ptszText;
ptrW ptszNick;
ptrW ptszUID;