diff options
-rw-r--r-- | comphelper/source/misc/threadpool.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/comphelper/source/misc/threadpool.cxx b/comphelper/source/misc/threadpool.cxx index 63291436e931..eddf56e43d49 100644 --- a/comphelper/source/misc/threadpool.cxx +++ b/comphelper/source/misc/threadpool.cxx @@ -27,7 +27,7 @@ static thread_local bool gbIsWorkerThread; #endif // used to group thread-tasks for waiting in waitTillDone() -class COMPHELPER_DLLPUBLIC ThreadTaskTag +class ThreadTaskTag { std::mutex maMutex; sal_Int32 mnTasksWorking; |