Some test-suite fixes for visual studio
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@12996 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
parent
35b2270f84
commit
f9e85bb27f
4 changed files with 15 additions and 3 deletions
|
|
@ -97,7 +97,7 @@
|
|||
RCPtr<A> _a;
|
||||
};
|
||||
|
||||
class B* global_create(A* a)
|
||||
struct B* global_create(A* a)
|
||||
{
|
||||
return new B(a);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue