Fix function definition.
This commit is contained in:
parent
83e5533557
commit
48690086d5
1 changed files with 1 additions and 1 deletions
|
@ -155,7 +155,7 @@ class LinphoneCallImpl implements LinphoneCall {
|
||||||
return isAuthenticationTokenVerified(nativePtr);
|
return isAuthenticationTokenVerified(nativePtr);
|
||||||
}
|
}
|
||||||
|
|
||||||
private native boolean setAuthenticationTokenVerified(long nativePtr, boolean verified);
|
private native void setAuthenticationTokenVerified(long nativePtr, boolean verified);
|
||||||
public void setAuthenticationTokenVerified(boolean verified){
|
public void setAuthenticationTokenVerified(boolean verified){
|
||||||
setAuthenticationTokenVerified(nativePtr, verified);
|
setAuthenticationTokenVerified(nativePtr, verified);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue