Skip to content
This repository was archived by the owner on Mar 8, 2020. It is now read-only.

Commit 11845fb

Browse files
committed
UastIter: fix a typo
Signed-off-by: Alexander Bezzubov <[email protected]>
1 parent 1261255 commit 11845fb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/native/org_bblfsh_client_v2_libuast_Libuast.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -604,7 +604,7 @@ Java_org_bblfsh_client_v2_libuast_Libuast_00024UastIter_nativeDispose(
604604
JNIEnv *env, jobject self) {
605605
// this.ctx - delete Context as iterator owns it
606606
auto ctx = getHandle<Context>(env, self, "ctx");
607-
setHandle<ContextExt>(env, self, 0, "ctx");
607+
setHandle<Context>(env, self, 0, "ctx");
608608
delete (ctx);
609609

610610
// this.iter

0 commit comments

Comments
 (0)