*** empty log message ***
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@4233 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
parent
96dcd2a74a
commit
ec0919954c
1 changed files with 1 additions and 1 deletions
|
|
@ -137,7 +137,7 @@ namespace std {
|
|||
SV **svs = new SV*[len];
|
||||
for (unsigned int i=0; i<len; i++) {
|
||||
svs[i] = sv_newmortal();
|
||||
SWIG_MakePtr(svs[i], (void*)&($1->at(i)),
|
||||
SWIG_MakePtr(svs[i], (void*)&($1.at(i)),
|
||||
$descriptor(T *), 0);
|
||||
}
|
||||
AV *myav = av_make(len, svs);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue