diff options
Diffstat (limited to 'cpp/src/Ice/OutgoingAsync.cpp')
-rw-r--r-- | cpp/src/Ice/OutgoingAsync.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/src/Ice/OutgoingAsync.cpp b/cpp/src/Ice/OutgoingAsync.cpp index c5854246715..24691b9f755 100644 --- a/cpp/src/Ice/OutgoingAsync.cpp +++ b/cpp/src/Ice/OutgoingAsync.cpp @@ -1115,7 +1115,7 @@ OutgoingAsync::invoke(const string& operation, Ice::OperationMode mode, Ice::FormatType format, const Ice::Context& context, - const function<void(Ice::OutputStream*)>& write) + function<void(Ice::OutputStream*)> write) { try { |