diff options
Diffstat (limited to 'cpp/src/Ice/ThreadPoolF.h')
-rw-r--r-- | cpp/src/Ice/ThreadPoolF.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/src/Ice/ThreadPoolF.h b/cpp/src/Ice/ThreadPoolF.h index f8b8018fdc5..44332d6c413 100644 --- a/cpp/src/Ice/ThreadPoolF.h +++ b/cpp/src/Ice/ThreadPoolF.h @@ -19,7 +19,7 @@ namespace IceInternal class ThreadPool; void incRef(ThreadPool*); void decRef(ThreadPool*); -typedef IceInternal::Handle<ThreadPool> ThreadPoolPtr; +typedef Handle<ThreadPool> ThreadPoolPtr; } |