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 69da155dd9d..4760984eb48 100644 --- a/cpp/src/Ice/Proxy.cpp +++ b/cpp/src/Ice/Proxy.cpp @@ -1657,7 +1657,7 @@ IceDelegateM::Ice::Object::ice_invoke(const string& operation, void IceDelegateM::Ice::Object::ice_flushBatchRequests(InvocationObserver& observer) { - BatchOutgoing __og(__handler.get()); + BatchOutgoing __og(__handler.get(), observer); __og.invoke(); } |