diff --git a/swig/idaapi.i b/swig/idaapi.i index 6a7a70a..4f8d176 100644 --- a/swig/idaapi.i +++ b/swig/idaapi.i @@ -73,6 +73,7 @@ typedef long long longlong; %pointer_class(int, int_pointer); %pointer_class(ea_t, ea_pointer); %pointer_class(sval_t, sval_pointer); +%pointer_class(sel_t, sel_pointer); %include "ida.i" %include "idd.hpp"