mirror of
https://github.com/google/googletest.git
synced 2025-01-14 08:27:56 +08:00
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
|
||||
// ThreadLocal<T>. Hence the need for class
|
||||
// ThreadLocalValueHolderBase.
|
||||
class ThreadLocalValueHolderBase {
|
||||
class GTEST_API_ ThreadLocalValueHolderBase {
|
||||
public:
|
||||
virtual ~ThreadLocalValueHolderBase() {}
|
||||
};
|
||||
|
Loading…
x
Reference in New Issue
Block a user