mirror of
https://github.com/geometer/FBReaderJ.git
synced 2025-10-03 17:59:33 +02:00
parameter has been removed
This commit is contained in:
parent
53f26c9391
commit
b571d3985b
1 changed files with 1 additions and 1 deletions
|
@ -34,7 +34,7 @@ static shared_ptr<FormatPlugin> findCppPlugin(JNIEnv *env, jobject base) {
|
|||
env->DeleteLocalRef(fileTypeJava);
|
||||
shared_ptr<FormatPlugin> plugin = PluginCollection::Instance().pluginByType(fileTypeCpp);
|
||||
if (plugin.isNull()) {
|
||||
AndroidUtil::throwRuntimeException(env, "Native FormatPlugin instance is NULL for type " + fileTypeCpp);
|
||||
AndroidUtil::throwRuntimeException("Native FormatPlugin instance is NULL for type " + fileTypeCpp);
|
||||
}
|
||||
return plugin;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue