From f2954a36163a1a1523d305297424e96943a0fb7d Mon Sep 17 00:00:00 2001 From: Konstantinos Sideris Date: Tue, 1 May 2018 19:49:01 +0300 Subject: [PATCH] Remove extra semicolon --- include/Cache.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/Cache.h b/include/Cache.h index e0b68549..0829acf5 100644 --- a/include/Cache.h +++ b/include/Cache.h @@ -39,7 +39,7 @@ struct SearchResult Q_DECLARE_METATYPE(SearchResult) Q_DECLARE_METATYPE(QVector) -Q_DECLARE_METATYPE(RoomMember); +Q_DECLARE_METATYPE(RoomMember) //! Used to uniquely identify a list of read receipts. struct ReadReceiptKey