diff options
Diffstat (limited to 'cpp/test/Glacier2/router/Client.cpp')
-rw-r--r-- | cpp/test/Glacier2/router/Client.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/test/Glacier2/router/Client.cpp b/cpp/test/Glacier2/router/Client.cpp index bd93abd04cc..f7d007dd943 100644 --- a/cpp/test/Glacier2/router/Client.cpp +++ b/cpp/test/Glacier2/router/Client.cpp @@ -65,7 +65,7 @@ public: private: bool _haveResponse; - IceUtil::UniquePtr<Exception> _ex; + IceInternal::UniquePtr<Exception> _ex; Int _response; }; typedef IceUtil::Handle<AsyncCallback> AsyncCallbackPtr; |