Use strongly typed enums
This commit is contained in:
parent
1f90c58076
commit
e44cc374e1
17 changed files with 76 additions and 78 deletions
|
|
@ -26,7 +26,7 @@ namespace matrix
|
|||
{
|
||||
namespace events
|
||||
{
|
||||
enum MessageEventType {
|
||||
enum class MessageEventType {
|
||||
// m.audio
|
||||
Audio,
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue