summaryrefslogtreecommitdiffstats
path: root/include/events/JoinRulesEventContent.h
diff options
context:
space:
mode:
authorKonstantinos Sideris <sideris.konstantin@gmail.com>2017-10-15 22:08:51 +0300
committerKonstantinos Sideris <sideris.konstantin@gmail.com>2017-10-15 22:08:51 +0300
commit8390ff253d3688c3f76e3149d43d3120f9549359 (patch)
treecc93ae33329fb0b5a78d20022f638b45d98c68ae /include/events/JoinRulesEventContent.h
parent33fb3ea0917c6410e9f77aafe52802712378a0a8 (diff)
Fix icons for retina displays
Diffstat (limited to 'include/events/JoinRulesEventContent.h')
-rw-r--r--include/events/JoinRulesEventContent.h7
1 files changed, 3 insertions, 4 deletions
diff --git a/include/events/JoinRulesEventContent.h b/include/events/JoinRulesEventContent.h
index 738be9d3..b9b6848d 100644
--- a/include/events/JoinRulesEventContent.h
+++ b/include/events/JoinRulesEventContent.h
@@ -21,11 +21,10 @@
#include "Deserializable.h"
-namespace matrix
+namespace matrix {
+namespace events {
+enum class JoinRule
{
-namespace events
-{
-enum class JoinRule {
// A user who wishes to join the room must first receive
// an invite to the room from someone already inside of the room.
Invite,