Skip to content

Commit

Permalink
src: fix SetupArrayBufferExports() declaration
Browse files Browse the repository at this point in the history
PR-URL: #25
Reviewed-by: Trevor Norris <[email protected]>
  • Loading branch information
santigimeno authored and trevnorris committed Dec 7, 2023
1 parent 2dbb826 commit 846637d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/nsolid/nsolid_api.cc
Original file line number Diff line number Diff line change
Expand Up @@ -2517,7 +2517,7 @@ static void GetOnBlockedBody(const FunctionCallbackInfo<Value>& args) {
static void SetupArrayBufferExports(Isolate* isolate,
Local<Object> target,
Local<Context> context,
std::shared_ptr<EnvInst> envinst_sp) {
SharedEnvInst envinst_sp) {
std::unique_ptr<BackingStore> bs =
ArrayBuffer::NewBackingStore(envinst_sp->count_fields,
EnvInst::kFieldCount * sizeof(double),
Expand Down

0 comments on commit 846637d

Please sign in to comment.