mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-01-30 17:59:21 +00:00
Fixed static native methods visibility
This commit is contained in:
parent
e4dd048ca0
commit
ce7f650f40
1 changed files with 1 additions and 1 deletions
|
|
@ -136,7 +136,7 @@ class {{classImplName}} implements {{className}} {
|
|||
|
||||
{{#staticMethods}}
|
||||
@Override
|
||||
private native {{return_native}} {{name}}({{static_native_params}});
|
||||
public native {{return_native}} {{name}}({{static_native_params}});
|
||||
|
||||
{{/staticMethods}}
|
||||
}
|
||||
Loading…
Add table
Reference in a new issue