diff options
author | Marc Laukien <marc@zeroc.com> | 2001-12-05 14:33:13 +0000 |
---|---|---|
committer | Marc Laukien <marc@zeroc.com> | 2001-12-05 14:33:13 +0000 |
commit | 070fb4f87bf3ba6ac7c5aae2ff7df9767909d416 (patch) | |
tree | 6e398c47f323a40b6bcd5972aceb3d5da70ea550 /cpp/src/Slice/CPlusPlusUtil.cpp | |
parent | Fixed a bug regarding the readSelect() timeout during handshake. My bad. (diff) | |
download | ice-070fb4f87bf3ba6ac7c5aae2ff7df9767909d416.tar.bz2 ice-070fb4f87bf3ba6ac7c5aae2ff7df9767909d416.tar.xz ice-070fb4f87bf3ba6ac7c5aae2ff7df9767909d416.zip |
fix
Diffstat (limited to 'cpp/src/Slice/CPlusPlusUtil.cpp')
-rw-r--r-- | cpp/src/Slice/CPlusPlusUtil.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/src/Slice/CPlusPlusUtil.cpp b/cpp/src/Slice/CPlusPlusUtil.cpp index a91bc3a3ce1..4bc9afb1f50 100644 --- a/cpp/src/Slice/CPlusPlusUtil.cpp +++ b/cpp/src/Slice/CPlusPlusUtil.cpp @@ -286,7 +286,7 @@ Slice::writeMarshalUnmarshalCode(Output& out, const TypePtr& type, const string& } else { - obj = "obj;"; + obj = "obj"; } string func = marshal ? "write(" : "read("; |