mirror of https://github.com/swig/swig
missing %feature(director)
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@9270 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
parent
e5bb501b19
commit
2f3642ab6a
|
@ -12,6 +12,7 @@
|
|||
%include <std_string.i>
|
||||
|
||||
%feature("director") Bar;
|
||||
%feature("director") Foo;
|
||||
|
||||
%newobject Foo::cloner();
|
||||
%newobject Bar::cloner();
|
||||
|
|
Loading…
Reference in New Issue