Skip to content

Commit 5e58144

Browse files
committed
Make ArrayImporter import from matlab.mixin.Scalar.
1 parent f0b603d commit 5e58144

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
@@ -14,7 +14,7 @@
1414
% WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
1515
% implied. See the License for the specific language governing
1616
% permissions and limitations under the License.
17-
classdef ArrayImporter
17+
classdef ArrayImporter < matlab.mixin.Scalar
1818

1919
properties (Hidden, SetAccess=private, GetAccess=public)
2020
Proxy

0 commit comments

Comments
 (0)