mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-05-02 20:16:25 +00:00
fix(MainDb): ConferenceInfoNoDeviceFilter must be equals to a 2-power
This commit is contained in:
parent
12a4259bb9
commit
e12f146b84
1 changed files with 1 additions and 1 deletions
|
|
@ -51,7 +51,7 @@ public:
|
|||
ConferenceCallFilter = 0x1,
|
||||
ConferenceChatMessageFilter = 0x2,
|
||||
ConferenceInfoFilter = 0x4,
|
||||
ConferenceInfoNoDeviceFilter = 0x6
|
||||
ConferenceInfoNoDeviceFilter = 0x8
|
||||
};
|
||||
|
||||
typedef EnumMask<Filter> FilterMask;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue