fix for smart_pointers + friends, fix for errant Delete

git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@6914 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
Marcelo Matus 2004-12-22 22:48:50 +00:00
commit 4eeb33782e
2 changed files with 4 additions and 2 deletions

View file

@ -13,6 +13,8 @@
static int zx;
static int boo() { return 0;}
friend int foo(Foo* foo) { return 0;}
};
class Bar {