aboutsummaryrefslogtreecommitdiff
path: root/lib/events/event.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'lib/events/event.cpp')
-rw-r--r--lib/events/event.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/events/event.cpp b/lib/events/event.cpp
index 2843e1dc..ca751081 100644
--- a/lib/events/event.cpp
+++ b/lib/events/event.cpp
@@ -3,6 +3,7 @@
#include "event.h"
+#include "callevents.h"
#include "logging.h"
#include "stateevent.h"
@@ -74,7 +75,7 @@ const QJsonObject Event::unsignedJson() const
bool Event::isStateEvent() const { return is<StateEventBase>(); }
-bool Event::isCallEvent() const { return is<CallEventBase>(); }
+bool Event::isCallEvent() const { return is<CallEvent>(); }
void Event::dumpTo(QDebug dbg) const
{