diff options
author | Marc Laukien <marc@zeroc.com> | 2001-12-05 00:17:10 +0000 |
---|---|---|
committer | Marc Laukien <marc@zeroc.com> | 2001-12-05 00:17:10 +0000 |
commit | 6d5beeee1bd4659b1dc963c92f27c58b0458ab8c (patch) | |
tree | 04df5909637ff79dcbed5d82a15bef915c40eb89 /cpp/src/Slice/CPlusPlusUtil.cpp | |
parent | spelling (diff) | |
download | ice-6d5beeee1bd4659b1dc963c92f27c58b0458ab8c.tar.bz2 ice-6d5beeee1bd4659b1dc963c92f27c58b0458ab8c.tar.xz ice-6d5beeee1bd4659b1dc963c92f27c58b0458ab8c.zip |
fixes
Diffstat (limited to 'cpp/src/Slice/CPlusPlusUtil.cpp')
-rw-r--r-- | cpp/src/Slice/CPlusPlusUtil.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/cpp/src/Slice/CPlusPlusUtil.cpp b/cpp/src/Slice/CPlusPlusUtil.cpp index fd7652d5727..a91bc3a3ce1 100644 --- a/cpp/src/Slice/CPlusPlusUtil.cpp +++ b/cpp/src/Slice/CPlusPlusUtil.cpp @@ -302,8 +302,9 @@ Slice::writeMarshalUnmarshalCode(Output& out, const TypePtr& type, const string& } else { - out << nl << stream << deref << func << "::Ice::Object::__classIds[0], " << param << ")"; + out << nl << stream << deref << func << "::Ice::Object::__classIds[0], " << param << ");"; } + return; } else { |