diff options
Diffstat (limited to 'cpp/src/Ice/IPEndpointIF.h')
-rw-r--r-- | cpp/src/Ice/IPEndpointIF.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/src/Ice/IPEndpointIF.h b/cpp/src/Ice/IPEndpointIF.h index bc8513b4bd4..4a346f5b545 100644 --- a/cpp/src/Ice/IPEndpointIF.h +++ b/cpp/src/Ice/IPEndpointIF.h @@ -19,7 +19,7 @@ namespace IceInternal class IPEndpointI; #ifdef ICE_CPP11_MAPPING -typedef ::std::shared_ptr<IPEndpointI> IPEndpointIPtr; +using IPEndpointIPtr = ::std::shared_ptr<IPEndpointI>; #else ICE_API IceUtil::Shared* upCast(IPEndpointI*); typedef Handle<IPEndpointI> IPEndpointIPtr; |