summaryrefslogtreecommitdiff
path: root/cpp/src/Ice/ThreadPool.h
diff options
context:
space:
mode:
Diffstat (limited to 'cpp/src/Ice/ThreadPool.h')
-rw-r--r--cpp/src/Ice/ThreadPool.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/src/Ice/ThreadPool.h b/cpp/src/Ice/ThreadPool.h
index 7a5932dc813..2c90624a865 100644
--- a/cpp/src/Ice/ThreadPool.h
+++ b/cpp/src/Ice/ThreadPool.h
@@ -72,7 +72,7 @@ private:
{
public:
- EventHandlerThread(ThreadPoolPtr pool) : _pool(pool) { }
+ EventHandlerThread(const ThreadPoolPtr& pool) : _pool(pool) { }
virtual void run();
private: