idd.i: The char member is now converted, for real. No syntax errors.

This commit is contained in:
gergely.erdelyi 2009-07-21 19:29:15 +00:00
parent b9f442ee1d
commit 573ffccc4e

View File

@ -1,6 +1,6 @@
%ignore debugger_t; %ignore debugger_t;
%apply unsigned char (char dtyp); %apply unsigned char { char dtyp };
%include "idd.hpp" %include "idd.hpp"