diff options
author | George Hazan <ghazan@miranda.im> | 2023-02-09 20:11:07 +0300 |
---|---|---|
committer | George Hazan <ghazan@miranda.im> | 2023-02-09 20:11:07 +0300 |
commit | dd914976e8eb566403056c8566941a391813868f (patch) | |
tree | bdebcba7d6c56a483db7900f230a57815b8382b8 /include/m_chat_int.h | |
parent | b7718450b0856447bb7098f73d674fbd54c16e2d (diff) |
fix for incorrect log window drawing
Diffstat (limited to 'include/m_chat_int.h')
-rw-r--r-- | include/m_chat_int.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/m_chat_int.h b/include/m_chat_int.h index d72bff1b0f..94939f412c 100644 --- a/include/m_chat_int.h +++ b/include/m_chat_int.h @@ -142,6 +142,7 @@ struct MIR_APP_EXPORT GCSessionInfoBase : public MZeroedObject, public MNonCopya bool bInitDone;
bool bHasToolTip;
bool bTrimmed;
+ bool bHistoryInit;
char* pszModule;
wchar_t* ptszID;
|