Skip to content
This repository has been archived by the owner on Mar 17, 2022. It is now read-only.

Commit

Permalink
Fix static native method parameter
Browse files Browse the repository at this point in the history
  • Loading branch information
Robyer committed May 11, 2017
1 parent bdd2fe7 commit 506d004
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jfloat Java_com_googlecode_tesseract_android_ResultIterator_nativeConfidence(JNI
}

jobjectArray Java_com_googlecode_tesseract_android_ResultIterator_nativeGetSymbolChoices(JNIEnv *env,
jobject thiz, jlong nativeResultIterator) {
jclass clazz, jlong nativeResultIterator) {

// Get the actual result iterator (as C object)
ResultIterator *resultIterator = (ResultIterator *) nativeResultIterator;
Expand Down

0 comments on commit 506d004

Please sign in to comment.