forked from mirrors/linphone-iphone
Fix compilation issue
This commit is contained in:
parent
1434b9748e
commit
d93727e87c
1 changed files with 1 additions and 1 deletions
|
|
@ -657,7 +657,7 @@ extern "C" void Java_org_linphone_core_LinphoneCoreImpl_resetMissedCallsCount(JN
|
|||
extern "C" void Java_org_linphone_core_LinphoneCoreImpl_removeCallLog(JNIEnv* env
|
||||
,jobject thiz
|
||||
,jlong lc, jlong log) {
|
||||
linphone_core_remove_call_log((LinphoneCore*)lc, (void*) log);
|
||||
linphone_core_remove_call_log((LinphoneCore*)lc, (LinphoneCallLog*) log);
|
||||
}
|
||||
|
||||
extern "C" void Java_org_linphone_core_LinphoneCoreImpl_clearCallLogs(JNIEnv* env
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue