mirror of https://github.com/kiwix/libkiwix.git
Library construction doesn't take argument
This commit is contained in:
parent
52299ef767
commit
9a0c6da018
|
@ -26,7 +26,7 @@ public class JNIKiwixLibrary
|
|||
{
|
||||
public native boolean addBook(String path) throws JNIKiwixException;
|
||||
|
||||
public JNIKiwixLibrary(String filename)
|
||||
public JNIKiwixLibrary()
|
||||
{
|
||||
nativeHandle = getNativeLibrary();
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue