diff options
Diffstat (limited to 'cpp/include/Ice/Proxy.h')
-rw-r--r-- | cpp/include/Ice/Proxy.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/include/Ice/Proxy.h b/cpp/include/Ice/Proxy.h index 5aef7898f4a..e54e973f5e1 100644 --- a/cpp/include/Ice/Proxy.h +++ b/cpp/include/Ice/Proxy.h @@ -105,7 +105,7 @@ public: ::Ice::Context ice_getContext() const; ::Ice::ObjectPrx ice_newContext(const ::Ice::Context&) const; - ::std::string ice_getFacet() const; + const ::std::string& ice_getFacet() const; ::Ice::ObjectPrx ice_newFacet(const ::std::string&) const; ::Ice::ObjectPrx ice_twoway() const; |