diff options
author | Kitsune Ral <Kitsune-Ral@users.sf.net> | 2018-08-03 20:22:27 +0900 |
---|---|---|
committer | Kitsune Ral <Kitsune-Ral@users.sf.net> | 2018-08-03 20:22:27 +0900 |
commit | ed28e010c6423ccec730ca581b8d6d48c2c6cd17 (patch) | |
tree | c3e9a152f5a0f7590f61fb3ffabd32992871dd96 /lib/events/roomevent.h | |
parent | 3f06bbfa88868a8f27c87b56d3b1af7019e4a410 (diff) | |
download | libquotient-ed28e010c6423ccec730ca581b8d6d48c2c6cd17.tar.gz libquotient-ed28e010c6423ccec730ca581b8d6d48c2c6cd17.zip |
RoomEvent: fix wrong JSON key to pick/store transaction id
Diffstat (limited to 'lib/events/roomevent.h')
-rw-r--r-- | lib/events/roomevent.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/events/roomevent.h b/lib/events/roomevent.h index a345d176..f057753f 100644 --- a/lib/events/roomevent.h +++ b/lib/events/roomevent.h @@ -22,7 +22,8 @@ #include <QtCore/QDateTime> -namespace QMatrixClient { +namespace QMatrixClient +{ class RedactionEvent; /** This class corresponds to m.room.* events */ |