diff options
Diffstat (limited to 'cpp')
-rw-r--r-- | cpp/src/Ice/Outgoing.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/src/Ice/Outgoing.cpp b/cpp/src/Ice/Outgoing.cpp index bb4b61e37d1..1b0cb1a9f3a 100644 --- a/cpp/src/Ice/Outgoing.cpp +++ b/cpp/src/Ice/Outgoing.cpp @@ -187,7 +187,7 @@ IceInternal::Outgoing::invoke() // guarantees that all outstanding requests can safely // be repeated. // - if(dynamic_cast<const CloseConnectionException*>(_exception.get())) + if(dynamic_cast<CloseConnectionException*>(_exception.get())) { _exception->ice_throw(); } |