diff options
Diffstat (limited to 'include')
-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 f5605f80a6..664d5d477d 100644 --- a/include/m_chat_int.h +++ b/include/m_chat_int.h @@ -347,6 +347,7 @@ struct CHAT_MANAGER FONTINFO aFonts[OPTIONS_FONTCOUNT];
LIST<SESSION_INFO> &arSessions;
char **pLogIconBmpBits;
+ CMOption<bool> bRightClickFilter;
// user-defined custom callbacks
void (*OnCreateModule)(MODULEINFO*);
|