Fix comment typo in typemap
This commit is contained in:
parent
3abe3517f8
commit
1e00ce6bf9
1 changed files with 1 additions and 1 deletions
|
|
@ -48,7 +48,7 @@
|
|||
const double & ($basetype temp)
|
||||
%{ temp = ($basetype)$input; $1 = &temp; %}
|
||||
|
||||
the other tipical change is to add the enum SWIGTYPE to the
|
||||
the other typical change is to add the enum SWIGTYPE to the
|
||||
integer throws typemaps:
|
||||
|
||||
%typemap(throws) int,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue