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:
parent
89b8bdc89e
commit
66c06af171
2 changed files with 34 additions and 30 deletions
|
|
@ -25,7 +25,7 @@
|
|||
|
||||
struct B : A
|
||||
{
|
||||
virtual int get_val(int a)
|
||||
int get_val(int a)
|
||||
{
|
||||
return 1;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue