aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--lib/events/keyverificationevent.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/events/keyverificationevent.h b/lib/events/keyverificationevent.h
index 0e939508..80aebcf3 100644
--- a/lib/events/keyverificationevent.h
+++ b/lib/events/keyverificationevent.h
@@ -207,7 +207,7 @@ public:
/// Sends the ephemeral public key for a device to the partner device.
/// Typically sent as a to-device event.
-class KeyVerificationKeyEvent : public KeyVerificationEvent {
+class QUOTIENT_API KeyVerificationKeyEvent : public KeyVerificationEvent {
public:
QUO_EVENT(KeyVerificationKeyEvent, "m.key.verification.key")