diff options
author | Kitsune Ral <Kitsune-Ral@users.sf.net> | 2018-12-13 08:12:23 +0900 |
---|---|---|
committer | Kitsune Ral <Kitsune-Ral@users.sf.net> | 2018-12-13 08:12:23 +0900 |
commit | 50571a92b4e9f634c4daf546222fa082120db6c7 (patch) | |
tree | fbbd18645ab49f6349c587cf952ef75df3621c4c /lib | |
parent | 8f39d870759de362d5ac911d6554347fb3b46759 (diff) | |
parent | dae8dc138f29fce19ae666eb152567a566abe229 (diff) | |
download | libquotient-50571a92b4e9f634c4daf546222fa082120db6c7.tar.gz libquotient-50571a92b4e9f634c4daf546222fa082120db6c7.zip |
Merge branch 'kitsune-joinstate-unsigned'
Diffstat (limited to 'lib')
-rw-r--r-- | lib/joinstate.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/joinstate.h b/lib/joinstate.h index c172f576..379183f6 100644 --- a/lib/joinstate.h +++ b/lib/joinstate.h @@ -24,7 +24,7 @@ namespace QMatrixClient { - enum class JoinState + enum class JoinState : unsigned int { Join = 0x1, Invite = 0x2, |