diff options
Diffstat (limited to 'cpp/src/Ice/Reference.cpp')
-rw-r--r-- | cpp/src/Ice/Reference.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/src/Ice/Reference.cpp b/cpp/src/Ice/Reference.cpp index e2c824002e1..228eb017e39 100644 --- a/cpp/src/Ice/Reference.cpp +++ b/cpp/src/Ice/Reference.cpp @@ -255,7 +255,7 @@ IceInternal::Reference::toString() const { s << " -f "; - string fs = escapeString(fs, "", toStringMode); + string fs = escapeString(_facet, "", toStringMode); // // If the encoded facet string contains characters which // the reference parser uses as separators, then we enclose |