diff options
Diffstat (limited to 'cpp/src/Transform/Data.cpp')
-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 bcb9e60f6ad..688bd5f807d 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) << '(' << (_value ? toString() : "nil") << ')'; } void |