diff options
Diffstat (limited to 'cpp/src/Ice/ProxyFactory.h')
-rw-r--r-- | cpp/src/Ice/ProxyFactory.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/src/Ice/ProxyFactory.h b/cpp/src/Ice/ProxyFactory.h index b356961f045..fc3f3ab7831 100644 --- a/cpp/src/Ice/ProxyFactory.h +++ b/cpp/src/Ice/ProxyFactory.h @@ -34,7 +34,7 @@ namespace IceInternal class ProxyFactory : public IceUtil::Shared { public: - + Ice::ObjectPrxPtr stringToProxy(const std::string&) const; std::string proxyToString(const Ice::ObjectPrxPtr&) const; |