aboutsummaryrefslogtreecommitdiff
path: root/events
diff options
context:
space:
mode:
Diffstat (limited to 'events')
-rw-r--r--events/event.h1
1 files changed, 1 insertions, 0 deletions
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