mirror of
https://github.com/opencv/opencv.git
synced 2024-11-29 05:29:54 +08:00
fix tab for gen_java.py
This commit is contained in:
parent
723b42e0da
commit
1aa14e4929
@ -1442,7 +1442,7 @@ JNIEXPORT $rtype JNICALL Java_org_opencv_${module}_${clazz}_$fname
|
||||
cvargs = ", ".join(cvargs), \
|
||||
default = default, \
|
||||
retval = retval, \
|
||||
namespace = ('using namespace ' + ci.namespace.replace('.', '::') + ';') if ci.namespace else ''
|
||||
namespace = ('using namespace ' + ci.namespace.replace('.', '::') + ';') if ci.namespace else ''
|
||||
) )
|
||||
|
||||
# processing args with default values
|
||||
@ -1538,7 +1538,7 @@ JNIEXPORT void JNICALL Java_org_opencv_%(module)s_%(j_cls)s_delete
|
||||
'''
|
||||
Check if class stores Ptr<T>* instead of T* in nativeObj field
|
||||
'''
|
||||
return False
|
||||
return False
|
||||
|
||||
def smartWrap(self, name, fullname):
|
||||
'''
|
||||
|
Loading…
Reference in New Issue
Block a user