fixed overloaded functions multiplication
This commit is contained in:
parent
45bfc97ef4
commit
a190288e66
1 changed files with 1 additions and 1 deletions
|
|
@ -1093,7 +1093,7 @@ int JSEmitter::emitFunctionDispatcher(Node *n, bool /*is_member */ ) {
|
|||
.pretty_print(f_wrappers);
|
||||
|
||||
// Delete the state variable
|
||||
state.global(FUNCTION_DISPATCHERS, 0);
|
||||
state.global(FUNCTION_DISPATCHERS, NewString(""));
|
||||
DelWrapper(wrapper);
|
||||
|
||||
return SWIG_OK;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue