We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7b95d33 commit 8418a79Copy full SHA for 8418a79
matlab/src/cpp/arrow/matlab/array/proxy/array.cc
@@ -189,7 +189,7 @@ void Array::exportToC(libmexclass::proxy::method::Context& context) {
189
190
auto arrow_array =
191
reinterpret_cast<struct ArrowArray*>(uint64_t(array_address_mda[0]));
192
- struct ArrowSchema* arrow_schema =
+ auto arrow_schema =
193
reinterpret_cast<struct ArrowSchema*>(uint64_t(schema_address_mda[0]));
194
195
MATLAB_ERROR_IF_NOT_OK_WITH_CONTEXT(
0 commit comments