Skip to content

Commit f6fd580

Browse files
santigimenotrevnorris
authored andcommitted
src: fix SetupArrayBufferExports() declaration
PR-URL: #25 Reviewed-by: Trevor Norris <[email protected]>
1 parent ed78fc6 commit f6fd580

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/nsolid/nsolid_api.cc

+1-1
Original file line numberDiff line numberDiff line change
@@ -2516,7 +2516,7 @@ static void GetOnBlockedBody(const FunctionCallbackInfo<Value>& args) {
25162516
static void SetupArrayBufferExports(Isolate* isolate,
25172517
Local<Object> target,
25182518
Local<Context> context,
2519-
std::shared_ptr<EnvInst> envinst_sp) {
2519+
SharedEnvInst envinst_sp) {
25202520
std::unique_ptr<BackingStore> bs =
25212521
ArrayBuffer::NewBackingStore(envinst_sp->count_fields,
25222522
EnvInst::kFieldCount * sizeof(double),

0 commit comments

Comments
 (0)