summaryrefslogtreecommitdiffstats
path: root/cppu/source/threadpool/jobqueue.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'cppu/source/threadpool/jobqueue.hxx')
-rw-r--r--cppu/source/threadpool/jobqueue.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/cppu/source/threadpool/jobqueue.hxx b/cppu/source/threadpool/jobqueue.hxx
index 9dc20f3cd75e..abfdfa19d661 100644
--- a/cppu/source/threadpool/jobqueue.hxx
+++ b/cppu/source/threadpool/jobqueue.hxx
@@ -29,7 +29,7 @@
namespace cppu_threadpool
{
- extern "C" typedef void (SAL_CALL RequestFun)(void *);
+ extern "C" typedef void (RequestFun)(void *);
struct Job
{