From 95797cf0ea78779ac98348fa1110abc09f5a344f Mon Sep 17 00:00:00 2001 From: Kitsune Ral Date: Thu, 14 Dec 2017 19:05:06 +0900 Subject: That virtual ~Event() mentioned in the previous commit message --- events/event.h | 1 + 1 file changed, 1 insertion(+) (limited to 'events') diff --git a/events/event.h b/events/event.h index 2b18bb46..6a7f6ece 100644 --- a/events/event.h +++ b/events/event.h @@ -62,6 +62,7 @@ namespace QMatrixClient explicit Event(Type type) : _type(type) { } Event(Type type, const QJsonObject& rep); Event(const Event&) = delete; + virtual ~Event(); Type type() const { return _type; } bool isStateEvent() const -- cgit v1.2.3