summaryrefslogtreecommitdiff
path: root/cpp/src/Ice/Proxy.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'cpp/src/Ice/Proxy.cpp')
-rw-r--r--cpp/src/Ice/Proxy.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/src/Ice/Proxy.cpp b/cpp/src/Ice/Proxy.cpp
index 0c43fb40aa3..895fbced78b 100644
--- a/cpp/src/Ice/Proxy.cpp
+++ b/cpp/src/Ice/Proxy.cpp
@@ -97,7 +97,7 @@ Ice::ObjectPrx::ice_isA_async(const string& typeId,
os->write(typeId);
},
false,
- [response = move(response)](IceInternal::BasicStream* is)
+ [response](IceInternal::BasicStream* is)
{
bool ret;
is->read(ret);