diff options
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 */ |