diff options
Diffstat (limited to 'matlab/lib/+IceInternal/EncapsDecoder10.m')
-rw-r--r-- | matlab/lib/+IceInternal/EncapsDecoder10.m | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/matlab/lib/+IceInternal/EncapsDecoder10.m b/matlab/lib/+IceInternal/EncapsDecoder10.m index e2898c3a9bc..d13242491b7 100644 --- a/matlab/lib/+IceInternal/EncapsDecoder10.m +++ b/matlab/lib/+IceInternal/EncapsDecoder10.m @@ -165,7 +165,7 @@ classdef EncapsDecoder10 < IceInternal.EncapsDecoder % string. % if obj.sliceType == IceInternal.SliceType.ValueSlice - if obj.is.readBool() + if obj.is.readBool() typeIdIndex = obj.is.readSize(); obj.typeIdIndex = typeIdIndex; obj.typeId = obj.getTypeId(obj.typeIdIndex); |