add patch 1025861 for director + exceptions, fix director + enums
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@6562 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
parent
33f768f33d
commit
c599db0cd6
3 changed files with 17 additions and 5 deletions
|
|
@ -1,5 +1,11 @@
|
|||
%module(directors="1") director_enum
|
||||
|
||||
%warnfilter(801) EnumDirector::hi; /* Ruby, wrong constant name */
|
||||
%warnfilter(801) EnumDirector::hello; /* Ruby, wrong constant name */
|
||||
%warnfilter(801) EnumDirector::yo; /* Ruby, wrong constant name */
|
||||
%warnfilter(801) EnumDirector::awright; /* Ruby, wrong constant name */
|
||||
|
||||
|
||||
%feature("director") Foo;
|
||||
|
||||
%rename(Hallo) EnumDirector::Hello;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue