more fixes for %features, now doint it right, ie, deleting code instead of adding

git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@6635 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
Marcelo Matus 2004-11-03 00:58:49 +00:00
commit b6ced827f8
2 changed files with 63 additions and 91 deletions

View file

@ -8,7 +8,10 @@
//
//%feature("director");
%newobject *::copy();
// This shouldn't get used.
// %newobject *::copy();
%newobject *::copy() const;
%inline %{