mirror of
https://github.com/opencv/opencv.git
synced 2026-07-29 23:33:05 +04:00
Merge branch 4.x
This commit is contained in:
@@ -9,7 +9,10 @@ $docs$annotation
|
||||
public class $jname {
|
||||
|
||||
protected final long nativeObj;
|
||||
protected $jname(long addr) { nativeObj = addr; }
|
||||
protected $jname(long addr) {
|
||||
nativeObj = addr;
|
||||
$jcleaner
|
||||
}
|
||||
|
||||
public long getNativeObjAddr() { return nativeObj; }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user