summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/embind/embind.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/embind/embind.js b/src/embind/embind.js
index ff5adf64..6a59f11d 100644
--- a/src/embind/embind.js
+++ b/src/embind/embind.js
@@ -693,7 +693,7 @@ function __embind_register_class_operator_call(
var rv = returnType.fromWireType(invoker.apply(null, args));
runDestructors(destructors);
return rv;
- }
+ };
}
function __embind_register_class_field(