summaryrefslogtreecommitdiff
path: root/cppu/source/threadpool/threadpool.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'cppu/source/threadpool/threadpool.hxx')
-rw-r--r--cppu/source/threadpool/threadpool.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/cppu/source/threadpool/threadpool.hxx b/cppu/source/threadpool/threadpool.hxx
index 15d092a21062..afcae7a7e351 100644
--- a/cppu/source/threadpool/threadpool.hxx
+++ b/cppu/source/threadpool/threadpool.hxx
@@ -69,7 +69,7 @@ namespace cppu_threadpool {
rtl::Reference< ORequestThread > thread;
explicit WaitingThread(
- rtl::Reference<ORequestThread> const & theThread);
+ rtl::Reference<ORequestThread> theThread);
};
typedef std::deque< struct ::cppu_threadpool::WaitingThread * > WaitingThreadDeque;