Fixed misspelled special variable
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@8913 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
parent
7ae01e08ac
commit
427353eaf8
1 changed files with 2 additions and 2 deletions
|
|
@ -126,7 +126,7 @@ namespace std {
|
|||
/* wrapped vector? */
|
||||
std::vector<T >* v;
|
||||
if (SWIG_ConvertPtr($input,(void **) &v,
|
||||
$1_&descriptor,0) != -1) {
|
||||
$&1_descriptor,0) != -1) {
|
||||
$1 = 1;
|
||||
} else if (SvROK($input)) {
|
||||
/* native sequence? */
|
||||
|
|
@ -300,7 +300,7 @@ namespace std {
|
|||
/* wrapped vector? */
|
||||
std::vector<T >* v;
|
||||
if (SWIG_ConvertPtr($input,(void **) &v,
|
||||
$1_&descriptor,0) != -1) {
|
||||
$&1_descriptor,0) != -1) {
|
||||
$1 = 1;
|
||||
} else if (SvROK($input)) {
|
||||
/* native sequence? */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue