We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Book.getIllustrations
1 parent 73039e4 commit 089a7d4Copy full SHA for 089a7d4
1 file changed
lib/src/main/cpp/libkiwix/book.cpp
@@ -93,7 +93,7 @@ METHOD0(jobjectArray, getIllustrations) {
93
jobjectArray retArray = createArray(env, illustrations.size(), "org/kiwix/libkiwix/Illustration");
94
size_t index = 0;
95
for (auto illu: illustrations) {
96
- auto wrapper = BUILD_WRAPPER("org/kiwix/libkiwx/Illustration", illu);
+ auto wrapper = BUILD_WRAPPER("org/kiwix/libkiwix/Illustration", illu);
97
env->SetObjectArrayElement(retArray, index++, wrapper);
98
}
99
return retArray;
0 commit comments