fix example for old compilers
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@8241 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
parent
aafdfe1a5e
commit
1e733be4d9
1 changed files with 1 additions and 0 deletions
|
|
@ -94,6 +94,7 @@ int* const globalRet2() {return &GlobalInt;}
|
||||||
|
|
||||||
struct B
|
struct B
|
||||||
{
|
{
|
||||||
|
B() : ca() {}
|
||||||
const A ca;
|
const A ca;
|
||||||
A a;
|
A a;
|
||||||
A* ap;
|
A* ap;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue