[PY3] more Swig fix

This commit is contained in:
Gilles DAVID 2017-03-29 16:34:57 +02:00
parent 7035ab0ca5
commit 46e0db85bf

View File

@ -13765,8 +13765,8 @@ omniORB.registerObjref(GEOM._objref_GEOM_Gen._NP_RepositoryId, geomBuilder)
# @ingroup l2_field
class geomField( GEOM._objref_GEOM_Field ):
def __init__(self):
GEOM._objref_GEOM_Field.__init__(self)
def __init__(self, *args):
GEOM._objref_GEOM_Field.__init__(self, *args)
self.field = GEOM._objref_GEOM_Field
return