aboutsummaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorAlexey Rusakov <Kitsune-Ral@users.sf.net>2022-10-06 17:16:41 +0200
committerGitHub <noreply@github.com>2022-10-06 17:16:41 +0200
commit56c2f2e2b809b9077393eb617828f33d144f5634 (patch)
tree736a887b56ade090ecd1d08bca1bae99ec7db886 /lib
parentbcae903921b81f578b0717e7376a45f9cafa16ad (diff)
parent6824a0ab5614c5497b220eb9e18e190cd57d5710 (diff)
downloadlibquotient-56c2f2e2b809b9077393eb617828f33d144f5634.tar.gz
libquotient-56c2f2e2b809b9077393eb617828f33d144f5634.zip
Merge #575: Properly export KeyVerificationKeyEvent
Diffstat (limited to 'lib')
-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")