diff options
Diffstat (limited to 'cpp/src/Ice/ThreadPool.h')
-rw-r--r-- | cpp/src/Ice/ThreadPool.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/src/Ice/ThreadPool.h b/cpp/src/Ice/ThreadPool.h index 0c649acedbd..cee7779c223 100644 --- a/cpp/src/Ice/ThreadPool.h +++ b/cpp/src/Ice/ThreadPool.h @@ -22,7 +22,7 @@ namespace IceInternal class Stream; -class ThreadPool : public Shared, public JTCMonitorT<JTCMutex> +class ThreadPool : public ::Ice::Shared, public JTCMonitorT<JTCMutex> { public: |