summaryrefslogtreecommitdiff
path: root/matlab/lib/+IceInternal/EncapsDecoder10.m
diff options
context:
space:
mode:
Diffstat (limited to 'matlab/lib/+IceInternal/EncapsDecoder10.m')
-rw-r--r--matlab/lib/+IceInternal/EncapsDecoder10.m4
1 files changed, 2 insertions, 2 deletions
diff --git a/matlab/lib/+IceInternal/EncapsDecoder10.m b/matlab/lib/+IceInternal/EncapsDecoder10.m
index eac0a7b5ee6..8723687fcb0 100644
--- a/matlab/lib/+IceInternal/EncapsDecoder10.m
+++ b/matlab/lib/+IceInternal/EncapsDecoder10.m
@@ -101,11 +101,11 @@ classdef EncapsDecoder10 < IceInternal.EncapsDecoder
%
% Exceptions are value types so we have to replace 'ex' with its new value after calling methods.
%
- ex = ex.read_(obj.is);
+ ex = ex.iceRead(obj.is);
if usesClasses
obj.readPendingValues();
end
- ex = ex.postUnmarshal_();
+ ex = ex.icePostUnmarshal();
throw(ex);
else
%