diff options
Diffstat (limited to 'lib/syncdata.h')
-rw-r--r-- | lib/syncdata.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/syncdata.h b/lib/syncdata.h index 49df8db6..6932878d 100644 --- a/lib/syncdata.h +++ b/lib/syncdata.h @@ -37,7 +37,7 @@ struct RoomSummary Omittable<int> joinedMemberCount; Omittable<int> invitedMemberCount; Omittable<QStringList> heroes; //< mxids of users to take part in the room - //name + // name bool isEmpty() const; /// Merge the contents of another RoomSummary object into this one |