From 21f6405cbef47feb871a5290cc57788589d932c4 Mon Sep 17 00:00:00 2001 From: Stephan Bergmann Date: Wed, 7 Dec 2016 22:17:56 +0100 Subject: [PATCH] This is presumably not meant to be exported Change-Id: Id11393c44ddd217d3def259ea5a8df9f8bb27711 --- comphelper/source/misc/threadpool.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;