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 Nov 30, 2023
1 parent ed78fc6 commit f6fd580
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 @@ -2516,7 +2516,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 f6fd580

Please sign in to comment.