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.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/m_chat_int.h b/include/m_chat_int.h
index f5d86317ca..a54d900cdd 100644
--- a/include/m_chat_int.h
+++ b/include/m_chat_int.h
@@ -98,7 +98,7 @@ struct MIR_APP_EXPORT GCModuleInfoBase : public MZeroedObject, public MNonCopyab
bool bBold, bItalics, bUnderline;
bool bColor, bBkgColor;
- bool bChanMgr, bAckMsg, bDatabase;
+ bool bChanMgr, bAckMsg, bDatabase, bPersistent;
int iMaxText;
};
@@ -144,6 +144,7 @@ struct MIR_APP_EXPORT SESSION_INFO : public MZeroedObject, public MNonCopyable
bool bHasNicklist;
bool bTrimmed;
bool bHistoryInit;
+ bool bIsDirty;
char* pszModule;
wchar_t* ptszID;