diff options
Diffstat (limited to 'include/events/JoinRulesEventContent.h')
-rw-r--r-- | include/events/JoinRulesEventContent.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/events/JoinRulesEventContent.h b/include/events/JoinRulesEventContent.h index ff03a26e..9b3d27c3 100644 --- a/include/events/JoinRulesEventContent.h +++ b/include/events/JoinRulesEventContent.h @@ -26,7 +26,7 @@ namespace matrix { namespace events { -enum JoinRule { +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, |