diff options
Diffstat (limited to 'cpp/src/Ice/EventHandler.h')
-rw-r--r-- | cpp/src/Ice/EventHandler.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/src/Ice/EventHandler.h b/cpp/src/Ice/EventHandler.h index bf8090ec8f1..c7bcb44cdd8 100644 --- a/cpp/src/Ice/EventHandler.h +++ b/cpp/src/Ice/EventHandler.h @@ -27,7 +27,7 @@ class LocalException; namespace IceInternal { -class EventHandler : virtual public ::IceUtil::Shared +class EventHandler : public ::IceUtil::Shared { public: |