example error fixed as reported by Clint Olsen
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@6973 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
parent
3d6246bfe5
commit
a6d40acd46
1 changed files with 1 additions and 1 deletions
|
|
@ -2210,7 +2210,7 @@ To make this work with a reference, you can use a typemap such as this:
|
|||
%typemap(argout) double * {
|
||||
SV *tempsv;
|
||||
tempsv = SvRV($input);
|
||||
sv_setnv(tempsv, *$input);
|
||||
sv_setnv(tempsv, *$1);
|
||||
}
|
||||
</pre></blockquote>
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue