summaryrefslogtreecommitdiff
path: root/cpp/test/Ice/interceptor/AMDInterceptorI.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'cpp/test/Ice/interceptor/AMDInterceptorI.cpp')
-rw-r--r--cpp/test/Ice/interceptor/AMDInterceptorI.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/test/Ice/interceptor/AMDInterceptorI.cpp b/cpp/test/Ice/interceptor/AMDInterceptorI.cpp
index 05fc80709e1..40236a873d6 100644
--- a/cpp/test/Ice/interceptor/AMDInterceptorI.cpp
+++ b/cpp/test/Ice/interceptor/AMDInterceptorI.cpp
@@ -69,7 +69,7 @@ AMDInterceptorI::dispatch(Ice::Request& request)
for(int i = 0; i < 10; ++i)
{
#ifdef ICE_CPP11_MAPPING
- _lastStatus = _servant->ice_dispatch(request, nullptr, [](exception_ptr ex) {
+ _lastStatus = _servant->ice_dispatch(request, nullptr, [](exception_ptr ex) {
try
{
rethrow_exception(ex);