summaryrefslogtreecommitdiff
path: root/cpp
diff options
context:
space:
mode:
Diffstat (limited to 'cpp')
-rw-r--r--cpp/src/Transform/Data.cpp2
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