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 568c056e34b..8d3872498a5 100644 --- a/cpp/include/Ice/Proxy.h +++ b/cpp/include/Ice/Proxy.h @@ -45,7 +45,7 @@ public: ::Ice::Object_prx _timeout(int) const; ::__Ice::Reference_ptr __reference() const; - void __copyTo(Object*) const; + void __copyTo(::__IceProxy::Ice::Object*) const; protected: |