diff options
| author | George Hazan <ghazan@miranda.im> | 2023-04-20 19:37:44 +0300 |
|---|---|---|
| committer | George Hazan <ghazan@miranda.im> | 2023-04-20 19:37:44 +0300 |
| commit | 0b305d1a7e0dbd30c7acbe5f4a93a511620df934 (patch) | |
| tree | 7c48467f74dd58094c2b8061e054d52b7f75f02f /include | |
| parent | 99fabf4f58d0a8dabbb8a8469fe3a81ef58b2797 (diff) | |
hopefully fixes #3492 (Random crashes)
Diffstat (limited to 'include')
| -rw-r--r-- | include/m_chat_int.h | 5 |
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;
|
