diff options
Diffstat (limited to 'src/embind/embind.js')
-rwxr-xr-x | src/embind/embind.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/embind/embind.js b/src/embind/embind.js index b8bd5fcf..42250601 100755 --- a/src/embind/embind.js +++ b/src/embind/embind.js @@ -672,7 +672,7 @@ RegisteredPointer.prototype.toWireType = function(destructors, handle) { break; case 1: // INTRUSIVE - throwBindingError('INTRUSIVE sharing policy not yet supported'); + ptr = handle.$$.smartPtr; break; case 2: // BY_EMVAL |