Add out typemap for rdcpair that passes through ConvertToPy

This commit is contained in:
baldurk
2018-04-04 16:19:17 +01:00
parent c84cba4b88
commit c5612dc7dc
@@ -96,6 +96,10 @@ SIMPLE_TYPEMAPS_VARIANT(SimpleType, SimpleType &)
}
}
%typemap(out) rdcpair {
$result = ConvertToPy(($1_ltype&)$1);
}
///////////////////////////////////////////////////////////////////////////////////////////////
// inserted code to include C++ conversion header