diff options
Diffstat (limited to 'cpp/src/Ice/Proxy.cpp')
-rw-r--r-- | cpp/src/Ice/Proxy.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/src/Ice/Proxy.cpp b/cpp/src/Ice/Proxy.cpp index 24c515308ef..c147ec9e250 100644 --- a/cpp/src/Ice/Proxy.cpp +++ b/cpp/src/Ice/Proxy.cpp @@ -316,7 +316,7 @@ IceProxy::Ice::Object::ice_newIdentity(const Identity& newIdentity) const } } -string +const string& IceProxy::Ice::Object::ice_getFacet() const { return _reference->facet; |