diff options
Diffstat (limited to 'cpp/test/Freeze/evictor/TestI.cpp')
-rw-r--r-- | cpp/test/Freeze/evictor/TestI.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/test/Freeze/evictor/TestI.cpp b/cpp/test/Freeze/evictor/TestI.cpp index 6e5c65589fa..6d7c552079c 100644 --- a/cpp/test/Freeze/evictor/TestI.cpp +++ b/cpp/test/Freeze/evictor/TestI.cpp @@ -88,7 +88,7 @@ public: void exception(const Ice::UserException& e) { Lock sync(*this); - _exception.reset(dynamic_cast<Ice::UserException*>(e.ice_clone())); + _exception.reset(e.ice_clone()); notify(); } |