Skip to content

Commit 53bcb30

Browse files
committed
Use import instead of importFromC.
1 parent 411d82c commit 53bcb30

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

matlab/src/matlab/+arrow/+c/+internal/ArrayImporter.m

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
ArrowArrayAddress=cArray.Address,...
3939
ArrowSchemaAddress=cSchema.Address...
4040
);
41-
[proxyID, typeID] = obj.Proxy.importFromC(args);
41+
[proxyID, typeID] = obj.Proxy.import(args);
4242
traits = arrow.type.traits.traits(arrow.type.ID(typeID));
4343
proxy = libmexclass.proxy.Proxy(Name=traits.ArrayProxyClassName, ID=proxyID);
4444
array = traits.ArrayConstructor(proxy);

0 commit comments

Comments
 (0)