diff options
author | Mark Spruiell <mes@zeroc.com> | 2003-11-21 00:11:14 +0000 |
---|---|---|
committer | Mark Spruiell <mes@zeroc.com> | 2003-11-21 00:11:14 +0000 |
commit | a8e0b11d2e87e1d1f7fd8e63e22f40ddcc7101b6 (patch) | |
tree | 519bc693179de02a3e8a40df76eab1f6145b0556 /cpp/src | |
parent | minor fix (diff) | |
download | ice-a8e0b11d2e87e1d1f7fd8e63e22f40ddcc7101b6.tar.bz2 ice-a8e0b11d2e87e1d1f7fd8e63e22f40ddcc7101b6.tar.xz ice-a8e0b11d2e87e1d1f7fd8e63e22f40ddcc7101b6.zip |
minor output fix
Diffstat (limited to 'cpp/src')
-rw-r--r-- | cpp/src/Transform/Data.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/src/Transform/Data.cpp b/cpp/src/Transform/Data.cpp index a8bd643759b..bcb9e60f6ad 100644 --- a/cpp/src/Transform/Data.cpp +++ b/cpp/src/Transform/Data.cpp @@ -1851,7 +1851,7 @@ Transform::ProxyData::getValue() const void Transform::ProxyData::printI(IceUtil::Output& out, ObjectDataHistory&) const { - out << typeName(_type) << "*(" << toString() << ")"; + out << typeName(_type) << "(" << toString() << ")"; } void |