Revert of "Merge pull request #4014 from sgjava:opencv-sgjava" (reverted from commit 52fa55a770)

This commit is contained in:
Andrey Pavlenko
2015-05-19 13:28:32 +03:00
parent 3136010e1a
commit d67d32af48
2 changed files with 7 additions and 2 deletions

View File

@@ -1530,7 +1530,7 @@ JNIEXPORT $rtype JNICALL Java_org_opencv_${module}_${clazz}_$fname
# finalize()
ci.j_code.write(
"""
public void delete() {
protected void delete() {
delete(nativeObj);
}
""" )