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 9878f540035..87baa329e8d 100644 --- a/cpp/src/Ice/Proxy.cpp +++ b/cpp/src/Ice/Proxy.cpp @@ -482,7 +482,7 @@ IceProxy::Ice::Object::begin_ice_getConnection( { public: - Cpp11CB(const ::IceInternal::Function<void (const ::Ice::ConnectionPtr&)>& responseFunc, + Cpp11CB(const ::std::function<void (const ::Ice::ConnectionPtr&)>& responseFunc, const ::std::function<void (const ::Ice::Exception&)>& exceptionFunc) : ::IceInternal::Cpp11FnCallbackNC(exceptionFunc, nullptr), _response(responseFunc) |