]> sjero.net Git - linphone/commitdiff
Fix function definition.
authorGhislain MARY <ghislain.mary@belledonne-communications.com>
Tue, 9 Oct 2012 14:34:40 +0000 (16:34 +0200)
committerGhislain MARY <ghislain.mary@belledonne-communications.com>
Tue, 9 Oct 2012 14:34:40 +0000 (16:34 +0200)
LinphoneCallImpl.java

index cf471f52c42db4e781e1fcbf2b5b2dcdfa4ca979..7e39cebc76663575642ae2de252421ffbf350b40 100644 (file)
@@ -155,7 +155,7 @@ class LinphoneCallImpl implements LinphoneCall {
                return isAuthenticationTokenVerified(nativePtr);
        }
 
-       private native boolean setAuthenticationTokenVerified(long nativePtr, boolean verified);
+       private native void setAuthenticationTokenVerified(long nativePtr, boolean verified);
        public void setAuthenticationTokenVerified(boolean verified){
                setAuthenticationTokenVerified(nativePtr, verified);
        }