summary refs log tree commit diff
path: root/include/events/TopicEventContent.h
diff options
context:
space:
mode:
authorKonstantinos Sideris <sideris.konstantin@gmail.com>2017-05-03 15:23:06 +0300
committerKonstantinos Sideris <sideris.konstantin@gmail.com>2017-05-04 17:11:04 +0300
commit8825e072f2dbb865a625a0b8b5c8a96646762ac2 (patch)
tree25c08f299885d5041474ae6614e94e339fddeae5 /include/events/TopicEventContent.h
parentAdd StateEvent (diff)
downloadnheko-8825e072f2dbb865a625a0b8b5c8a96646762ac2.tar.xz
Add matrix::events namespace
Diffstat (limited to 'include/events/TopicEventContent.h')
-rw-r--r--include/events/TopicEventContent.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/include/events/TopicEventContent.h b/include/events/TopicEventContent.h

index fd12de98..e3062d0c 100644 --- a/include/events/TopicEventContent.h +++ b/include/events/TopicEventContent.h
@@ -22,6 +22,10 @@ #include "Deserializable.h" +namespace matrix +{ +namespace events +{ /* * A topic is a short message detailing what is currently being discussed in the room. */ @@ -41,5 +45,7 @@ inline QString TopicEventContent::topic() const { return topic_; } +} // namespace events +} // namespace matrix #endif // TOPIC_EVENT_CONTENT_H