Updated "asvoid" to become "numoutputs" as documented.
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@9698 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
parent
b3b883f382
commit
15393d5ead
1 changed files with 1 additions and 1 deletions
|
|
@ -2231,7 +2231,7 @@ public:
|
|||
int status = SWIG_OK;
|
||||
int idx;
|
||||
bool ignored_method = GetFlag(n, "feature:ignore") ? true : false;
|
||||
bool asvoid = GetFlag(n, "feature:asvoid") ? true : false;
|
||||
bool asvoid = bool( checkAttribute( n, "feature:numoutputs", "0") );
|
||||
|
||||
if (Cmp(storage, "virtual") == 0) {
|
||||
if (Cmp(value, "0") == 0) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue