Skip to content

Commit 8418a79

Browse files
kevingurneykou
andauthored
Update matlab/src/cpp/arrow/matlab/array/proxy/array.cc
Co-authored-by: Sutou Kouhei <[email protected]>
1 parent 7b95d33 commit 8418a79

File tree

1 file changed

+1
-1
lines changed
  • matlab/src/cpp/arrow/matlab/array/proxy

1 file changed

+1
-1
lines changed

matlab/src/cpp/arrow/matlab/array/proxy/array.cc

+1-1
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,7 @@ void Array::exportToC(libmexclass::proxy::method::Context& context) {
189189

190190
auto arrow_array =
191191
reinterpret_cast<struct ArrowArray*>(uint64_t(array_address_mda[0]));
192-
struct ArrowSchema* arrow_schema =
192+
auto arrow_schema =
193193
reinterpret_cast<struct ArrowSchema*>(uint64_t(schema_address_mda[0]));
194194

195195
MATLAB_ERROR_IF_NOT_OK_WITH_CONTEXT(

0 commit comments

Comments
 (0)