Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
BC
public
liblinphone
Commits
e12f146b
Commit
e12f146b
authored
Feb 19, 2018
by
Ronan
Browse files
fix(MainDb): ConferenceInfoNoDeviceFilter must be equals to a 2-power
parent
12a4259b
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
src/db/main-db.h
src/db/main-db.h
+1
-1
No files found.
src/db/main-db.h
View file @
e12f146b
...
...
@@ -51,7 +51,7 @@ public:
ConferenceCallFilter
=
0x1
,
ConferenceChatMessageFilter
=
0x2
,
ConferenceInfoFilter
=
0x4
,
ConferenceInfoNoDeviceFilter
=
0x
6
ConferenceInfoNoDeviceFilter
=
0x
8
};
typedef
EnumMask
<
Filter
>
FilterMask
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment