export ThreadLocalValueHolderBase which is required by exported APIs.
fixes #3944
This commit is contained in:
parent
bea621c3c3
commit
3655149a60
@ -1710,7 +1710,7 @@ typedef GTestMutexLock MutexLock;
|
|||||||
// C-linkage. Therefore it cannot be templatized to access
|
// C-linkage. Therefore it cannot be templatized to access
|
||||||
// ThreadLocal<T>. Hence the need for class
|
// ThreadLocal<T>. Hence the need for class
|
||||||
// ThreadLocalValueHolderBase.
|
// ThreadLocalValueHolderBase.
|
||||||
class ThreadLocalValueHolderBase {
|
class GTEST_API_ ThreadLocalValueHolderBase {
|
||||||
public:
|
public:
|
||||||
virtual ~ThreadLocalValueHolderBase() {}
|
virtual ~ThreadLocalValueHolderBase() {}
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user