From a4627a6d3629cda4dfb61ea01d826481c42ebf55 Mon Sep 17 00:00:00 2001 From: "elias.bachaalany" Date: Wed, 21 Oct 2009 08:49:38 +0000 Subject: [PATCH] ida.i: fixed %ignore so we ignore functions from the idainfo class --- swig/ida.i | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/swig/ida.i b/swig/ida.i index 902b5cc..a0849ff 100644 --- a/swig/ida.i +++ b/swig/ida.i @@ -1,9 +1,9 @@ // Ignore kernel-only symbols %ignore dual_text_options_t; -%ignore init; -%ignore retrieve; -%ignore read; -%ignore write; +%ignore idainfo::init; +%ignore idainfo::retrieve; +%ignore idainfo::read; +%ignore idainfo::write; %ignore setflag(uchar &where,uchar bit,int value); %ignore setflag(ushort &where,ushort bit,int value);