Skip to content

Commit

Permalink
cast to struct ArrowArray*
Browse files Browse the repository at this point in the history
  • Loading branch information
sgilmore10 committed May 14, 2024
1 parent 2525cc1 commit 073b531
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion matlab/src/cpp/arrow/matlab/c/proxy/array.cc
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@

namespace arrow::matlab::c::proxy {

Array::Array() : arrowArray{(ArrowArray*)malloc(sizeof(struct ArrowArray*))} {
Array::Array() : arrowArray{(struct ArrowArray*)malloc(sizeof(struct ArrowArray*))} {
REGISTER_METHOD(Array, getAddress);
}

Expand Down

0 comments on commit 073b531

Please sign in to comment.