diff options
Diffstat (limited to 'contrib/python/ldns_zone.i')
| -rw-r--r-- | contrib/python/ldns_zone.i | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/python/ldns_zone.i b/contrib/python/ldns_zone.i index bbb8d8f21aeb..3459478ae087 100644 --- a/contrib/python/ldns_zone.i +++ b/contrib/python/ldns_zone.i @@ -39,7 +39,7 @@ /* result generation */ %typemap(argout,noblock=1) (ldns_zone **) { - $result = SWIG_Python_AppendOutput($result, SWIG_NewPointerObj(SWIG_as_voidptr($1_zone), SWIGTYPE_p_ldns_struct_zone, SWIG_POINTER_OWN | 0 )); + $result = SWIG_AppendOutput($result, SWIG_NewPointerObj(SWIG_as_voidptr($1_zone), SWIGTYPE_p_ldns_struct_zone, SWIG_POINTER_OWN | 0 )); } %nodefaultctor ldns_struct_zone; //no default constructor & destructor |
