added support for friend declarations and clean/fix the

unrollVirtualMethods for the error shown in the director_redefined.i
example.


git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@5621 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
Marcelo Matus 2004-01-13 01:12:53 +00:00
commit 66c06af171
2 changed files with 34 additions and 30 deletions

View file

@ -25,7 +25,7 @@
struct B : A
{
virtual int get_val(int a)
int get_val(int a)
{
return 1;
}