diff options
Diffstat (limited to 'cpp/src/Ice/LocatorInfo.h')
-rw-r--r-- | cpp/src/Ice/LocatorInfo.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/cpp/src/Ice/LocatorInfo.h b/cpp/src/Ice/LocatorInfo.h index 36528f7790d..7809f211eb1 100644 --- a/cpp/src/Ice/LocatorInfo.h +++ b/cpp/src/Ice/LocatorInfo.h @@ -22,7 +22,7 @@ #include <Ice/PropertiesF.h> #include <Ice/Version.h> -#include <IceUtil/UniquePtr.h> +#include <Ice/UniquePtr.h> namespace IceInternal { @@ -139,7 +139,7 @@ public: bool _sent; bool _response; Ice::ObjectPrxPtr _proxy; - IceUtil::UniquePtr<Ice::Exception> _exception; + IceInternal::UniquePtr<Ice::Exception> _exception; }; typedef IceUtil::Handle<Request> RequestPtr; |