Changed delete() modifier to public from protected
This commit is contained in:
parent
4743184078
commit
fe0ce9282a
@ -1530,7 +1530,7 @@ JNIEXPORT $rtype JNICALL Java_org_opencv_${module}_${clazz}_$fname
|
||||
# finalize()
|
||||
ci.j_code.write(
|
||||
"""
|
||||
protected void delete() {
|
||||
public void delete() {
|
||||
delete(nativeObj);
|
||||
}
|
||||
""" )
|
||||
|
Loading…
Reference in New Issue
Block a user