diff options
Diffstat (limited to 'cpp/src/Ice/Endpoint.h')
-rw-r--r-- | cpp/src/Ice/Endpoint.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/src/Ice/Endpoint.h b/cpp/src/Ice/Endpoint.h index c364099fe2f..ff0ed6b23de 100644 --- a/cpp/src/Ice/Endpoint.h +++ b/cpp/src/Ice/Endpoint.h @@ -28,7 +28,7 @@ const ::Ice::Short TcpEndpointType = 1; const ::Ice::Short SslEndpointType = 2; const ::Ice::Short UdpEndpointType = 3; -class Endpoint : public Shared +class Endpoint : public ::Ice::Shared { public: |