mirror of
https://github.com/LSPosed/LSPlant.git
synced 2025-05-04 20:42:02 +08:00
Fix size
This commit is contained in:
parent
467d57a376
commit
dafa21cc38
@ -1036,7 +1036,7 @@ class JObjectArrayElement {
|
||||
return JNI_SafeInvoke(env_, &JNIEnv::GetObjectArrayElement, array_, i_);
|
||||
}
|
||||
|
||||
explicit JObjectArrayElement(JNIEnv * env, jobjectArray array, int i, size_t size_) :
|
||||
explicit JObjectArrayElement(JNIEnv * env, jobjectArray array, int i, size_t size) :
|
||||
env_(env), array_(array), i_(i), size_(size)
|
||||
item_(obtain()) {}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user