From ab13c8b9834fcb84e912799dd80711923fc59213 Mon Sep 17 00:00:00 2001 From: "gergely.erdelyi" Date: Sun, 31 Aug 2008 17:46:06 +0000 Subject: [PATCH] idaapi.i: Added sel_pointer() --- swig/idaapi.i | 1 + 1 file changed, 1 insertion(+) 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"