diff options
author | Jose <jose@zeroc.com> | 2016-01-12 16:40:02 +0100 |
---|---|---|
committer | Jose <jose@zeroc.com> | 2016-01-12 16:40:02 +0100 |
commit | ee43ddf1d5c4c1196fa883e5b3b1ad4022842edb (patch) | |
tree | 8c2c14e56e1d3b20a6cde9989d0d0b0006aee55e /cpp/src/Ice/WSEndpoint.h | |
parent | C++11 minor improvements (diff) | |
download | ice-ee43ddf1d5c4c1196fa883e5b3b1ad4022842edb.tar.bz2 ice-ee43ddf1d5c4c1196fa883e5b3b1ad4022842edb.tar.xz ice-ee43ddf1d5c4c1196fa883e5b3b1ad4022842edb.zip |
C++ Consistent usage of public virtual
Diffstat (limited to 'cpp/src/Ice/WSEndpoint.h')
-rw-r--r-- | cpp/src/Ice/WSEndpoint.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/src/Ice/WSEndpoint.h b/cpp/src/Ice/WSEndpoint.h index 6c11da77775..c6bec0f1082 100644 --- a/cpp/src/Ice/WSEndpoint.h +++ b/cpp/src/Ice/WSEndpoint.h @@ -24,7 +24,7 @@ namespace IceInternal // Delegate interface implemented by TcpEndpoint or IceSSL::Endpoint or any endpoint that WS can // delegate to. // -class ICE_API WSEndpointDelegate : virtual public IceUtil::Shared +class ICE_API WSEndpointDelegate : public virtual IceUtil::Shared { public: |