From 1e733be4d9250f7c4e7f4c00482d69b4e8008b4c Mon Sep 17 00:00:00 2001 From: Marcelo Matus Date: Fri, 6 Jan 2006 02:28:44 +0000 Subject: [PATCH] fix example for old compilers git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@8241 626c5289-ae23-0410-ae9c-e8d60b6d4f22 --- SWIG/Examples/test-suite/constant_pointers.i | 1 + 1 file changed, 1 insertion(+) diff --git a/SWIG/Examples/test-suite/constant_pointers.i b/SWIG/Examples/test-suite/constant_pointers.i index 605679c30..de790cb93 100644 --- a/SWIG/Examples/test-suite/constant_pointers.i +++ b/SWIG/Examples/test-suite/constant_pointers.i @@ -94,6 +94,7 @@ int* const globalRet2() {return &GlobalInt;} struct B { + B() : ca() {} const A ca; A a; A* ap;