forked from mirrors/linphone-iphone
Merge branch '3.6.x'
This commit is contained in:
commit
6e49655f63
1 changed files with 1 additions and 1 deletions
|
|
@ -330,7 +330,7 @@ public interface LinphoneCore {
|
|||
/**
|
||||
* Blacklisted
|
||||
*/
|
||||
static public UpnpState Blacklisted = new UpnpState(6, "Blacklisted");
|
||||
static public UpnpState Blacklisted = new UpnpState(7, "Blacklisted");
|
||||
|
||||
protected final int mValue;
|
||||
private final String mStringValue;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue