Commit fe0ce928 authored by sgjava's avatar sgjava

Changed delete() modifier to public from protected

parent 47431840
......@@ -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);
}
""" )
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment