fix error in bug reporter for enums and %ignore

git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@11281 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
William S Fulton 2009-06-16 20:39:53 +00:00
commit d833dc83f0

View file

@ -2,9 +2,8 @@ Version 1.3.40 (in progress)
============================
2009-06-16: wsfulton
[Java,C#] Fix enum marshalling when %ignore is used on one of the enum items reported
by Lubomir Konstantinov. Incorrect enum values were being passed to the C++ layer or
compilation errors resulted.
[Java,C#] Fix enum marshalling when %ignore is used on one of the enum items.
Incorrect enum values were being passed to the C++ layer or compilation errors resulted.
2009-06-02: talby
[Perl] Resolved reference.i overload support problem