summary refs log tree commit diff
path: root/src/MemberList.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/MemberList.h')
-rw-r--r--src/MemberList.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/MemberList.h b/src/MemberList.h

index 80ab834c..aa240b7a 100644 --- a/src/MemberList.h +++ b/src/MemberList.h
@@ -58,5 +58,5 @@ private: QVector<QPair<RoomMember, QString>> m_memberList; QString room_id_; RoomInfo info_; - int numUsersLoaded_; + int numUsersLoaded_{0}; };