forgot %feature(director) for Bar
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@6145 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
parent
41f6102ff7
commit
650faa0f28
1 changed files with 4 additions and 0 deletions
|
|
@ -79,6 +79,10 @@ Foo *launder(Foo *f);
|
|||
{
|
||||
};
|
||||
%}
|
||||
|
||||
%feature("director") Bar;
|
||||
|
||||
|
||||
%inline %{
|
||||
struct Exception1
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue