This is presumably not meant to be exported

Change-Id: Id11393c44ddd217d3def259ea5a8df9f8bb27711
This commit is contained in:
Stephan Bergmann 2016-12-07 22:17:56 +01:00
parent a7a9350a89
commit 21f6405cbe

View File

@ -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;