diff options
author | Mark Spruiell <mes@zeroc.com> | 2017-10-04 16:43:54 -0700 |
---|---|---|
committer | Mark Spruiell <mes@zeroc.com> | 2017-10-04 16:43:54 -0700 |
commit | a7bba67bbdfa0dc2789cd24fc1026728cd5406e2 (patch) | |
tree | 1eee9798a813a537f20ec785654e2951305d8d7c /matlab/lib/+IceInternal/EncapsEncoder10.m | |
parent | Adding binding test (diff) | |
download | ice-a7bba67bbdfa0dc2789cd24fc1026728cd5406e2.tar.bz2 ice-a7bba67bbdfa0dc2789cd24fc1026728cd5406e2.tar.xz ice-a7bba67bbdfa0dc2789cd24fc1026728cd5406e2.zip |
Internal code cleanup
Diffstat (limited to 'matlab/lib/+IceInternal/EncapsEncoder10.m')
-rw-r--r-- | matlab/lib/+IceInternal/EncapsEncoder10.m | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/matlab/lib/+IceInternal/EncapsEncoder10.m b/matlab/lib/+IceInternal/EncapsEncoder10.m index 5ba9178db3c..6a356e6c2ac 100644 --- a/matlab/lib/+IceInternal/EncapsEncoder10.m +++ b/matlab/lib/+IceInternal/EncapsEncoder10.m @@ -109,7 +109,7 @@ classdef EncapsEncoder10 < IceInternal.EncapsEncoder obj.os.getCommunicator().getLogger().warning(msg); end - v.iceWrite_(obj.os); + v.iceWrite(obj.os); end end obj.os.writeSize(0); % Zero marker indicates end of sequence of sequences of instances. |