diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2016-12-07 22:17:56 +0100 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2016-12-07 22:17:56 +0100 |
commit | 21f6405cbef47feb871a5290cc57788589d932c4 (patch) | |
tree | 580c55a92f06742a6b3d757497ce85f1b9124740 /comphelper | |
parent | a7a9350a89d3c82641282d7e6273402c9fc54fc3 (diff) |
This is presumably not meant to be exported
Change-Id: Id11393c44ddd217d3def259ea5a8df9f8bb27711
Diffstat (limited to 'comphelper')
-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; |