From b51bb7c6bd2f50932219e96573939cef1f5c018c Mon Sep 17 00:00:00 2001 From: Matthew Newhook Date: Mon, 31 Dec 2001 14:27:22 +0000 Subject: Remove ConstLock, and friends. --- cpp/include/IceUtil/Thread.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cpp/include/IceUtil/Thread.h') diff --git a/cpp/include/IceUtil/Thread.h b/cpp/include/IceUtil/Thread.h index 4d1a9551cc5..8ff7f171a38 100644 --- a/cpp/include/IceUtil/Thread.h +++ b/cpp/include/IceUtil/Thread.h @@ -87,7 +87,7 @@ private: #endif }; -class ICE_UTIL_API Thread : public IceUtil::Shared +class ICE_UTIL_API Thread : public virtual IceUtil::Shared { public: -- cgit v1.2.3