Merge replayed as done by c778d16abed35829b103d607a53c8f88e3b2d595
This commit is contained in:
parent
a190288e66
commit
868803ce2a
9 changed files with 179 additions and 66 deletions
|
|
@ -73,7 +73,7 @@ namespace std {
|
|||
|
||||
%typemap(out, fragment="SWIGV8_stringToValue") const string &
|
||||
%{
|
||||
$result = SWIGV8_stringToValue($1);
|
||||
$result = SWIGV8_stringToValue(*$1);
|
||||
%}
|
||||
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue