diff options
Diffstat (limited to 'cpp/src/Ice/Object.cpp')
-rw-r--r-- | cpp/src/Ice/Object.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/src/Ice/Object.cpp b/cpp/src/Ice/Object.cpp index 8c1a1206b0a..2d2f3a5ed3e 100644 --- a/cpp/src/Ice/Object.cpp +++ b/cpp/src/Ice/Object.cpp @@ -436,7 +436,7 @@ Ice::BlobjectAsync::__dispatch(Incoming& in, const Current& current) vector<Byte> inParams; Int sz = in.is()->getReadEncapsSize(); in.is()->readBlob(inParams, sz); - AMD_Object_ice_invokePtr cb = new AMD_Object_ice_invoke(in); + AMD_Object_ice_invokePtr cb = new ::IceAsync::Ice::AMD_Object_ice_invoke(in); ice_invoke_async(cb, inParams, current); return ::IceInternal::DispatchAsync; } |