Remove extra semicolon

This commit is contained in:
Konstantinos Sideris 2018-05-01 19:49:01 +03:00
parent 763330fd3c
commit f2954a3616
1 changed files with 1 additions and 1 deletions

View File

@ -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