diff options
Diffstat (limited to 'include/m_chat_int.h')
-rw-r--r-- | include/m_chat_int.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/m_chat_int.h b/include/m_chat_int.h index c449f3dd26..31e2163d4e 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;
+ bool bChanMgr, bAckMsg, bDatabase;
int iMaxText;
};
|