Changed delete() modifier to public from protected

pull/4014/head
sgjava 10 years ago
parent 4743184078
commit fe0ce9282a
  1. 2
      modules/java/generator/gen_java.py

@ -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…
Cancel
Save