Remove extra semicolon

remotes/origin/HEAD
Konstantinos Sideris 7 years ago
parent 763330fd3c
commit f2954a3616
  1. 2
      include/Cache.h

@ -39,7 +39,7 @@ struct SearchResult
Q_DECLARE_METATYPE(SearchResult)
Q_DECLARE_METATYPE(QVector<SearchResult>)
Q_DECLARE_METATYPE(RoomMember);
Q_DECLARE_METATYPE(RoomMember)
//! Used to uniquely identify a list of read receipts.
struct ReadReceiptKey

Loading…
Cancel
Save