diff options
Diffstat (limited to 'TAO/tao/RTCORBA/RT_Mutex.h')
-rw-r--r-- | TAO/tao/RTCORBA/RT_Mutex.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/TAO/tao/RTCORBA/RT_Mutex.h b/TAO/tao/RTCORBA/RT_Mutex.h index cf48e97d61c..bcaac3d1a57 100644 --- a/TAO/tao/RTCORBA/RT_Mutex.h +++ b/TAO/tao/RTCORBA/RT_Mutex.h @@ -50,7 +50,7 @@ TAO_BEGIN_VERSIONED_NAMESPACE_DECL class TAO_RTCORBA_Export TAO_RT_Mutex : public RTCORBA::Mutex, - public TAO_Local_RefCounted_Object + public ::CORBA::LocalObject { public: |