diff --git a/swig/idaapi.i b/swig/idaapi.i index c991a2c..9cbd26e 100644 --- a/swig/idaapi.i +++ b/swig/idaapi.i @@ -70,6 +70,7 @@ typedef long long longlong; %array_class(ea_t, eaArray); %pointer_class(int, int_pointer); %pointer_class(ea_t, ea_pointer); +%pointer_class(sval_t, sval_pointer); %include "ida.i" %include "idd.hpp"