summaryrefslogtreecommitdiff
path: root/include/m_clistint.h
diff options
context:
space:
mode:
authorGeorge Hazan <george.hazan@gmail.com>2024-02-01 17:19:08 +0300
committerGeorge Hazan <george.hazan@gmail.com>2024-02-01 17:19:08 +0300
commit9dddfef7c8a3b41cfc3584462af7d5c67f024756 (patch)
treea4ccb066c63f9ee332df6812e573d9672ed8f552 /include/m_clistint.h
parent89547af5b067b00cae18c44e356044c1e75361cb (diff)
fixes #4128 completely
Diffstat (limited to 'include/m_clistint.h')
-rw-r--r--include/m_clistint.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/m_clistint.h b/include/m_clistint.h
index 93401834ae..096ed11883 100644
--- a/include/m_clistint.h
+++ b/include/m_clistint.h
@@ -85,7 +85,7 @@ struct ClcGroup : public MZeroedObject
LIST<ClcContact> cl;
int groupId;
- bool bExpanded, bHideOffline;
+ bool bExpanded, bHideOffline, bShowOffline;
ClcGroup *parent;
int scanIndex;
int totalMembers;