Library construction doesn't take argument

This commit is contained in:
Matthieu Gautier 2019-08-11 15:26:43 +02:00
parent 52299ef767
commit 9a0c6da018
1 changed files with 1 additions and 1 deletions

View File

@ -26,7 +26,7 @@ public class JNIKiwixLibrary
{ {
public native boolean addBook(String path) throws JNIKiwixException; public native boolean addBook(String path) throws JNIKiwixException;
public JNIKiwixLibrary(String filename) public JNIKiwixLibrary()
{ {
nativeHandle = getNativeLibrary(); nativeHandle = getNativeLibrary();
} }