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
d93727e8
Commit
d93727e8
authored
Jun 26, 2012
by
Sylvain Berfini
🐮
Browse files
Fix compilation issue
parent
1434b974
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
coreapi/linphonecore_jni.cc
coreapi/linphonecore_jni.cc
+1
-1
No files found.
coreapi/linphonecore_jni.cc
View file @
d93727e8
...
...
@@ -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
...
...
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