diff options
Diffstat (limited to 'cpp')
-rw-r--r-- | cpp/include/Ice/Object.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/include/Ice/Object.h b/cpp/include/Ice/Object.h index fe0db9946a5..0ca07d3861f 100644 --- a/cpp/include/Ice/Object.h +++ b/cpp/include/Ice/Object.h @@ -49,7 +49,7 @@ namespace Ice // a servant class from both Ice::Object and IceUtil::Thread. However, // we never derive from IceUtil::GCShared more than once. // -class ICE_API Object : virtual public IceUtil::GCShared +class ICE_API Object : public IceUtil::GCShared { public: |