diff options
Diffstat (limited to 'include')
| -rw-r--r-- | include/m_srmm_int.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/m_srmm_int.h b/include/m_srmm_int.h index 4be18ba906..ce1a6a8423 100644 --- a/include/m_srmm_int.h +++ b/include/m_srmm_int.h @@ -339,7 +339,7 @@ public: MCONTACT m_hContact;
MEVENT m_hDbEventFirst;
int m_iLogFilterFlags;
- bool m_bFilterEnabled, m_bNicklistEnabled;
+ bool m_bFilterEnabled, m_bNicklistEnabled, m_bReadOnly = false;
bool m_bFGSet, m_bBGSet;
bool m_bInMenu;
COLORREF m_iFG, m_iBG;
|
